/* CSS Document */

body{
color: #000000;
font-family: Arial;
}
	
a:link {
color: #0000FF;
}

a:visited {
color: #660000;
}

a:active {
color: #FF0000;
}

