BODY{
	color: black;
	background: green url(images/othello.png);
}

H1{
	font-weight: 900;
	font-style: italic;
	color: black;
	background: none;
}

H2{
	color: black;
	text-shadow: white 5px 5px 0px;
	background: none;
}

A{
	color: black;
	background: none;
}

A:link{
	color: blue;
	background: none;
}
A:visited{
	color: red;
	background: none;
}
A:active{
	color: blue;
	background:none;
}

