a:link
{color: blue; 
}
a:visited
{
	color: blue; 
} 
a:active 
{
	color: red;
}

a.head:link {color: white; text-decoration: none; }
a.head:visited {color: white; text-decoration: none; }
a.head:hover {color: yellow; text-decoration: underline; }
a.head:active {color: yellow; } 

body
{
	font-family: Arial;
	background-color: white;
	color: black;

}
h1, h2, h3, h4, h5, h6
{
	font-family: Arial;
}
h1
{
	color: blue;
}



ul
{
	list-style-image: url('url(../arrow.gif')
}

.headlink { font-family: arial; font-size: 20; font-style: bold; color: orange }
