a:link       { text-decoration: none ; color: #FFCC00; font-weight: bold}
a:visited    { text-decoration: none; color: #FFCC00; font-weight: bold}
a:active     { text-decoration: none; color: #FF0000; font-weight: bold}
a:hover      { text-decoration: none; color: #FF0000; font-weight: bold}
body         {
	scrollbar-face-color: #ffcc00;
	scrollbar-shadow-color: #3333cc;
	scrollbar-highlight-color: #ffffff;
	scrollbar-3dlight-color: #cccccc;
	scrollbar-darkshadow-color: black;
	scrollbar-track-color: #000000;
	scrollbar-arrow-color: #000000;
	}
em {
	color: #FFFF00;
}
td {
	color: #FFFFFF;
	font-size: 13px;
	font-family: "Times New Roman", Times, serif;

}
p {
	color: #FFFFFF;
	text-align: center;
	font-size: 14px;

}
h3 {
	font-size: 13px;
	text-align: center;
	font-weight: normal;

}
h2 {
	font-size: 13px;
	color: #FFFFFF;
	margin: 3px;

}

