/* CSS Document */

	
a {
font : Georgia, Times New Roman, Times, serif;
font-weight : normal;
text-decoration : none;
color : #C06900;
}

a:visited {
font-weight : bold;
text-decoration : none;
color : #663300;
}

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