@charset "utf-8";
/* CSS Document */

body {
	background-color: #99a3a9;
	color:#000000;
	font-family:tahoma;
		}
table {
	background-color:#99a3a9;
	border:none;	
}

a:link {
	color: #663300;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #666666;
}
a:hover {
	text-decoration: underline;
	color: #99333A;
}
a:active {
	text-decoration: none;
	color: #996600;
}
.style7 {font-size:10;}