body
{
	background-color: black;
}

p.logo
{
	text-align: center;
	font-family: serif sans-serif;
	color: white; 
}

p.desc
{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	font-family: serif sans-serif;
	color: white; 
	font-size: 14px;
}

p
{
	font-family: serif sans-serif;
	color: white; 
}

div.main
{
	text-align: left;
	background-color: #482424;
	width:800;
}

table.main
{
	width:800;
}

td.pic
{
	text-align: center;
	width: 50%;
}

a
{
	font-family: serif sans-serif;
	border: none;
	color: white;
}

a:hover
{
	font-family: serif sans-serif;
	border: none;
	color: #ddff30;
}

a:visited
{
	font-family: serif sans-serif;
	border: none;
	color: white;
}

a:visited:hover
{
	font-family: serif sans-serif;
	border: none;
	color: #ddff30;
}

