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


body {
	background-color:#CCC;
}
a:link {
	color: #003;
}
a:visited {
	color: #003;
}
a:hover {
	color: #006;
}
a:active {
	color: #003;
}
body,td,th {
	font-family: Verdana;
	font-size: 10px;
}
h1 {font-family:Arial;
font-size:12px;
color:#306;
}