body {
	font-family: Verdana, Comic Sans MS, sans-serif;
	font-size: 12px;
	color: white;
	background-color: 5F1129;
 
	text-align: center;
}

table {
	font-size: 10px;
}

img
{
    margin-top:7px;
}
 

#content
{
	width: 750px;
	margin-left: auto;
	margin-right: auto;
}

#header
{
  
}

#headerMenu
{
  margin-top:10px;
  text-align:center;
}

#pageContent
{
  text-align:left;
}

#footer
{
  text-align:center;
}
 
p {color: white; font-style: bold}

h2 {color: #ee82ee; font-style: bold}


a:link {
	text-decoration: none;
 	color: white;
}

a:visited {
	text-decoration: none;
	color: white;
}

a:hover {
	text-decoration: none;
	color: #ee82ee;
}