body { 
font-size: 12px;
font-family: Geneva, Arial, Helvetica, sans-serif;
padding : 0;
margin : 0;
background:#fff;
}

A:link {text-decoration: none; color: blue; background: none;}
A:visited {text-decoration: none; color: blue; background: none;}
A:hover {text-decoration: none; color: red; background: none;}
A:active {text-decoration: none; color: red; background: none;}

div.wrapper
{
	width: 728px;
	float: center;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	border: 1px black solid;
	padding: 2px;
	min-height: 500px;
}

div.banner
{
	width: 728px;
	height: 90px;
	background-image: url(images/banner.png);
}

div.main_content
{
	padding: 24px;
	
}

div.navigation
{

	width: 728px;
	height: 40px;
	background-image: url(images/navigation.png);
	text-align: center;
	line-height: 40px;
}

div.navigation a:link {text-decoration: none; color: white; background: none;}
div.navigation a:visited {text-decoration: none; color: white; background: none;}
div.navigation a:active {text-decoration: none; background: none;}
div.navigation a:hover {text-decoration: none; color: red; background: none;}




table.prettytable {
  margin: 1em 1em 1em 0;
  background: #f9f9f9;
  border: 1px #aaa solid;
  border-collapse: collapse;
}
 
table.prettytable th, table.prettytable td {
  border: 1px #aaa solid;
  padding: 0.2em;
}
 
table.prettytable th {
  background: #f2f2f2;
  text-align: center;
}
 
table.prettytable caption {
  margin-left: inherit;
  margin-right: inherit;
  font-weight: bold;
}
 
table.prettytable code {
  background-color: transparent;
}
