


	td {
		font-family: Verdana,Arial, sans- serif;
		font-size: 12px;
		font-variant: normal;
	}

	body {
	font-family: Verdana,Arial, sans- serif;
	font-size: 12px;
	color: Black;
	background-color: #3399cc;
}
	A {
		font-family: ,Verdana,Arial sans-serif;
		font-size: 13px;
		font-weight : normal;
	}
	:link{
		color: black;
		text-decoration: none;
	}
	:visited{
		color: black;
		text-decoration: none;
	}
	:active{
	color: #CCCCCC;
	text-decoration: none;
	font-weight: normal;
}
	:hover{
	color: #CCCCCC;
	text-decoration: none;
	font-weight: normal;
}

	html body {
		scrollbar-face-color : #3399cc;
	}
