BODY {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	color : Black;
	margin-bottom : 0px;
	margin-left : 5px;
	margin-right : 5px;
	margin-top : 0px;
}

A:ACTIVE {
	color : Blue;
	text-decoration : none;
}

A:HOVER {
	color : Yellow;
	text-decoration : none;
}

A:LINK {
	color : Teal;
	text-decoration : none;
}

A:VISITED {
	color : Purple;
	text-decoration : none;
}

P {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	color : Black;
}

TD {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	color : Black;
}

.menu {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 14px;
	color : White;
	background-color : Maroon;
	text-decoration : none;
	text-align : center;
	font-weight : bold;
}

.content {
	background : White url("images/checker01.gif");
	font-family : Arial, Helvetica, sans-serif;
	font-size : 14px;
	color : Black;
	background-color : White;
	text-decoration : none;
	text-align : center;
	font-weight : bold;
}

.header {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10px;
	color : White;
	background-color : Red;
}

.footer {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10px;
	color : White;
	background-color : Red;
}
