A:HOVER 
{
	color : #FF0000;
	text-decoration : underline;
}
BODY
{
	#background : #000000 url('pic/backg.gif');
	color : #45DAFB;
	font-size:smaller; font-weight:bolder; 
	#background-image:url('pic/backg.gif')
}
A:LINK
{
	color : #FFAA00;
	text-decoration : none;
	font-family : Arial;
	font-weight : bolder;
}
A:VISITED
{
	color : #FFAA00;
	text-decoration : none;
	font-family : Arial;
	font-weight : bolder;
}
A:ACTIVE
{
	color : #FF0000;
	text-decoration : underline;
	font-family : Arial;
	font-weight : bolder;
}