/* CSS Document */

body, p, td, th, div, blockquote, dl, ul, ol, a {
	font-size: 10pt;
	font-family: "Courier New", Courier, monospace;
}
 
A {
	color: Blue;
	text-decoration: none;
}

a:link {
	color: Blue;
	text-decoration: none;
}

a:hover {
	color: Blue;
	text-decoration: underline;
}

a:active {
	color: Red;
	text-decoration: underline;
}
