body
{
	font-family: Tahoma, Sans-Serif;
	font-size: 10pt;
	background-color:#CCDDDD;
  margin:0;
  text-align:center;
}

.content
{
	width:1000px;
	height:100%;
	margin:0 auto;
	background-color:white;
  padding:30;
  text-align:left;
}

td
{
	font-family: Tahoma, Sans-Serif;
	font-size: 10pt;
}

a
{
    text-decoration: none;
}

a:hover
{
    text-decoration: underline;
}