<!--
BODY{
	margin: 0px 0px 0px 0px;
}

a:link{
	color: White;
}

a:visited {
	color: Cyan;
}

a:active {
	color: yellow;
}

a:hover {
	color:Yellow;
}

h1{
	text-align: center
	font-size: 18pt;
	color: White;
}

.content{
	margin: 5px 5px 5px 5px;
	padding: 5px 5px 5px 5px;
	color: Black;
	background-color: White;
}

.content a:link{
	color: Blue;
}

.content a:active{
	color: Green;
}

.content a:hover{
	color: Red;
}

.content a:visited{
	color: DarkGreen;
}