	/*  General */

body {
	background: #000000;
	color: #FFFFFF;
	margin: 0;
	padding: 0;
	border: 0; 
	}

.normaltext {
	font: normal 12px/20px Verdana, Arial, Helvetica, sans-serif;
}

.copyrighttext {
	text-align: center;
	font: 10px/20px Verdana, Arial, Helvetica, sans-serif;
}

A:link {
	text-decoration: none;
	font-weight: bold;
	color: #45A3D4;
	/*border-bottom: 1px dashed #45A3D4;*/
	}
A:visited  {
	text-decoration: none;
	font-weight: bold;
	color: #45A3D4;
	/*border-bottom: 1px dashed #45A3D4;*/
	}
A:active  {
	text-decoration: none;
	font-weight: bold;
	color: #45A3D4;
	/*border-bottom: 1px dashed #45A3D4;*/
	}
A:hover  {
	text-decoration: none;
	font-weight: bold;
	color: #45A3D4;
	/*border-bottom: 1px dashed #45A3D4;*/
	}

