body {
	background-color: #000000;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	
}

A {
	color: Silver;
}

A:HOVER {
	color: Blue;
}

H1 {
	color: #FFFFFF;
	font-family: Tahoma, Arial, Verdana, sans-serif;
	font-size: medium;
	font-style: normal;
	font-weight: bold;
	text-align: left;
}


p {
	color: #FFFFFF;
	font-family: Tahoma, Arial, Verdana, sans-serif;
	font-size: small;
	font-style: normal;
	font-weight: normal;
}

.style1 {
	font-size: x-small;
	font-family: Tahoma, Arial, Verdana, sans-serif;
}
.style2 {
	font-size: xx-small;
	font-style: normal;
}
.style3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	font-weight: bold;
	color: #FF0000;
}
.style4 {
	color: #FF0000;
	font-weight: bold;
}
.style5 {
	color: #000000;
}
.style6 {
	font-family: Tahoma, Arial, Verdana, sans-serif;
}
.style7 {
	color: Red;
	font-weight: bold;
}
.style8 {
	color: #F5F5F5;
	font-weight: bold;
}
