body {
	background-color : #000000;
	font-family : Arial, "Courier New", Courier, monospace;
 	font-size: 9pt;
}

a:link, a:visited,a:active {
	font-family : Arial, "Courier New", Courier, monospace;
	font-size : 9pt;
	color: #ffffff;
	text-decoration : underline;
	font-weight : bold;
}

a:hover {
	font-family : Arial, "Courier New", Courier, monospace;
	font-size : 9pt;
	color: #ffffff;
	text-decoration : none;
	font-weight : bold;
}

.content {
	background-image: url(../images/main.jpg);
	font-family : Arial, "Courier New", Courier, monospace;
	font-size: 9pt;
	margin : 5px 5px 5px 5px;
	vertical-align : top;
	color: #ffffff;
	
}
