﻿body 
{ 
	/*text-align:center; */
	background-color:Black;
}
a
{
	color: White;
	text-decoration: none;
}
a:visited
{
	color: White;
}
a:hover
{
	text-decoration: underline;
}		
.headerText
{
	font: bold 16px Verdana;
	color: White;
}
.text
{
	font-family: Verdana;
	font-size: medium;
	color: White;
}
.menuText
{
	padding-bottom: 10px;
}

.contentPadding
{
	padding-left: 50px;
	padding-right: 100px;
}

.text-small
{
	font-family: Verdana;
	font-size: small;
	color: White;
}
.text-bold
{
	font-weight: bold;
}
