body {
	background-color: #000000;
	background-image: url();
	background-repeat: repeat; /*x or y*/
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal; /*bold*/
	font-size: 12pt;
	font-style: normal; /*italic*/
	color: #000000;
}


A:LINK {
	font-family : Tahoma, Arial, Helvetica;
	font-size : 15px;
	font-weight : normal;
	color : grey;
}

A:VISITED {
	font-family : Tahoma, Arial, Helvetica;
	font-size : 15px;
	font-weight : normal;
	color : grey;
}

A:HOVER {
	font-family : Tahoma, Arial, Helvetica;
	font-size : 15px;
	font-weight : normal;
	color : blue;
}

A:ACTIVE {
	font-family : Tahoma, Arial, Helvetica;
	font-size : 15px;
	font-weight : normal;
	color : #grey;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24pt;
	font-weight: bold;
	font-style: normal; /*italic*/
	color: #ffffff;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18pt;
	font-weight: bold;
	font-style: normal; /*italic*/
	color: #0000ff;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-weight: bold;
	font-style: italic;
	color: #ff00ff;
}

address {
	margin: 0;
	padding: 0.3em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: Bold;
	font-style:normal;
	text-align: center;
	color: #000000;
	clear: both;
}

address a:link, address a:visited, address a:hover, address a:active {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 9px;
	font-weight : normal;
	color : #999999;
}