

/* CSS Document */

body {
	background-color: #dddddd;
}
body,td,th {
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
}
h1 {
	font-size: large;
	color: #006699;
}
h2 {
	font-size: medium;
	color: #006699;
}
h3 {
	font-size: small;
	color: #006699;
}


a {
	font-style: italic;
}

a:link {
	color: #990000;
	text-decoration:underline;

}
a:hover {
	color: #FF9900;
	text-decoration:underline;

}
a:active {
	color: #990000;
	text-decoration:underline;

}
a:visited {
	color: #990000;
	text-decoration:underline;

}

