/* style.css - a simple style sheet */

body
{
	font-family: Arial;
}

h1
{
	font-weight:bold;
	color: #64178C;
}

a
{
	font-weight:bold;
	text-decoration:underline;
	color:black;
}

a:visited
{
	font-weight:bold;
	text-decoration:underline;
	color:black;
}

a:hover 
{
	font-weight:bold;
	text-decoration:underline; 
	color: #64178C;
}

a:active
{
	font-weight:bold;
	text-decoration:underline;
	color:black;
}
