@charset "UTF-8";

body{
	background-color:#2a2a2a;
}


#temp {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	background-color:#2a2a2a;
	background-repeat: no-repeat;
	background-position: center center;
	text-align: left;
	height: 385px;
	width: 900px;
	text-transform: none;
	font-weight: bold;
	color: #CCCCCC;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 45px;
}
#title {
	float: left;
	font-size: 11pt;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0px;
	margin-top: 300px;
	width: 900px;
}

A:link{
	color:#ffffff;
	text-decoration:none;
}
A:hover{
	color:#990000;
	text-decoration:underline;
