body {
	background-color: #000000;
	/*background-image: url(background.jpg);
	background-repeat: repeat-all; x or y*/
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-family: Verdana, Helvetica, sans-serif;
	font-weight: normal; /*bold*/
	font-size: 10pt;
	font-style: normal; /*italic*/
	color: #ffffff;
}

A:LINK {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 16px;
	font-weight : bold;
	color : #ffffff;
	text-decoration : none;
}

A:VISITED {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 16px;
	font-weight : bold;
	color : #ffffff;
	text-decoration : none;
}

A:HOVER {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 16px;
	font-weight : bold;
	color : #ffff00;
	text-decoration : none;
}

A:ACTIVE {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 16px;
	font-weight : bold;
	color : #ffff00;
	text-decoration : none;
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal; /*bold*/
	font-style: normal; /*italic*/
	color: #FFFF00;
	letter-spacing: 4px;
}

h2 {
	font-family: verdana, Arial, Helvetica, sans-serif;
	font-size: 18pt;
	font-weight: normal; /*bold*/
	font-style: normal; /*italic*/
	color: #ff0000;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal; /*bold*/
	font-style: normal; /*italic*/
	color: #ffff99;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold; /**/
	font-style: normal; /*italic*/
	color: #ffff00;
}
h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: normal; /*bold*/
	color: #ffffff;
}
li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal; /*bold*/
	font-style: normal; /*italic*/
	color: #ffffff;
}
.small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal; /*bold*/
	font-style: normal; /*italic*/
	color: #ffffff;
}

address {
	margin: 0;
	padding: 0.3em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal; /*Bold*/
	font-style:normal;
	text-align: center;
	color: #999999;
	clear: both;
}

address a:link, address a:visited {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 9px;
	font-weight : normal;
	color : #999999;
	text-decoration : underline;

}