BODY
{

    font-family: Verdana;
	font-size: 11px;
	color: #000000;
	font-weight: bold;

}
a
{
	font-family: Verdana;
	font-size: 11px;
	color: red;
	font-weight: bold;
	text-decoration:none;

}
a:hover
{

    font-family: Verdana;
	font-size: 11px;
	color: red;
	font-weight: bold;
	text-decoration:underline;

}
div#container
{
  width: 600px ;
  margin-left: auto ;
  margin-right: auto ;
  text-align:center;
}

