﻿body
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image: url(images/starbackground.jpg);
	background-color: Black;
	color : #DDDDDD;
	margin: 0px 0px;
	padding: 0px; /* Need to set body margin and padding to get consistency between browsers. */
	text-align: center; /* Hack for IE5/Win */
}

#Content
{
	width: 719px;
	margin: 0px auto; /* Right and left margin widths set to "auto" */
	text-align: left; /* Counteract to IE5/Win Hack */
	color: White;
}

/* General font families for common tags */
font,th,td,p
{
	font-size: 12px;
}

.title
{
	text-align: center;
	padding-top: 4px;
	color: #7D98E6;
	font-size: 14px;
	font-weight: bold;
}

.topic
{
	background-image: url(images/longTopicBreak.gif);
	text-align: left;
	font-size: 14px;
	width: 666px;
	height: 21px;
}

.copyright
{
	text-align: center;
	padding-top: 4px;
	font-size: 10px;
}

a:link {
	text-decoration: none;
	color : #7D98E6;
}

a:active {
	text-decoration: none;
	color : #FFFFFF; 	
}

a:visited {
	text-decoration: none;
	color : #7D98E6;	
}

a:hover	{
	text-decoration: underline;
	color : #FFFFFF;
}

