body
{
  background-color: #555555;
  color: #ffffff;
  font: 11px/16px Verdana, Geneva, Arial, Helvetica, Helve, Sans-serif;
  margin:50px 0px; 
  padding:0px;
  text-align: center;
}

#mainHeader
{
  text-align: center;
  text-weight: bold;
}

#logo
{
  text-align: center;
}

#main
{
  width: 460px;
  margin: 0px auto;
  text-align: left;
}

.bodySection
{
  padding: 10px;
  border: 1px dashed #ffffff;
}

.headline
{
  font-weight: bold;
}

#screenies
{
  text-align: center;
}

a
{
  color: #ffffff;
  text-decoration: underline;
}

a:hover
{
	text-decoration: none;
	background-color: #ffffff;
	color: #000000;
}