body {
	background-color: #000000;
	background-position: left top;
}
.SideTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}
.SideBoxText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #6699FF;
}
.Newcon4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: xx-large;
	font-weight: bold;
	color: #CCCCCC;
}
.LargeMainText {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 25px;
	color: #999999;
}
.ImageBorder {
	border: thin solid #FFFFFF;
}
.SmallTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
}
.Copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #CCCCCC;
}
A:link
{   
    color: Purple;
    text-decoration: none;
}
A:active
{
    color: Aqua;
    text-decoration: none;
}
A:hover
{
    color: Aqua;
    text-decoration: none;
}

A:visited
{
    text-decoration: none;
}
