a:link
{
	color: white; 
	text-decoration:none;
}
a:visited
{
	color: red;
	text-decoration:none;
} 
a:active 
{
	color: red;
	text-decoration:none;
}
body
{
	font-family: Arial Bold;
	background-color: black;
	color: white;
}
h1, h2, h3, h4, h5, h6
{
	font-family: Arial Bold;
      color: white;
}
