@charset "utf-8";
body { 
background-color : #000000; 
text-align : center; 
vertical-align : top; 
margin-top : 0;
}

#link1 a:link {
	font-family: Tahoma, Arial, "Trebuchet MS"; 
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-decoration: underline;
	color: #ffffff;
	border: 0;
}

#link1 a:visited {
	font-family: Tahoma, Arial, "Trebuchet MS"; 
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-decoration: underline;
	color: #ffffff;
	border: 0;
}
#link1 a:hover {
	font-family: Tahoma, Arial, "Trebuchet MS"; 
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-decoration: underline;
	color: #C0C0C0;
	border: 0;
}
#link1 a:active {
	font-family: Tahoma, Arial, "Trebuchet MS"; 
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-decoration: underline;
	color: #a7a9ac;
	border: 0;
}

h1 { 
font-family : Tahoma, Arial; 
font-size : 16px; 
color : #dad6d5; 
margin : 10px; 
line-height : normal; 
font-weight : normal; 
font-variant : normal; 
font-style : normal; 
text-align : center; 
}

