BODY {
		background-color:#FFDD80;
		font-family: arial, sans-serif;
}
A {
                color: #0000FF;
		text-decoration: none;
		font-weight=bold;
}
A:visited {             
                color: #800080;
		font-weight=bold;
		text-decoration: none;
}
A:hover {
                color: #FF0000;
		text-decoration: none;
		font-weight=bold;
		
}
