.h1 {
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #666666;
	background-color: #DCDCDC;
	text-align: center;
}
.h2 {
	font-family: tahoma;
	font-size: 9px;
	color: #666666;
	font-weight: bold;
	text-transform: uppercase;
	padding: 5px;
}a:link {
	color: #666666;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #666666;
}
a:hover {
	text-decoration: none;
	color: #FF0000;
	background-color: #DCDCDC;
}
a:active {
	text-decoration: none;
	color: #666666;
}
#header {
	position:absolute;
	left:287px;
	top:0px;
	width:450px;
	height:425px;
	z-index:1;
}