body  {
	margin: 0 auto;
	font-family : Verdana, Arial, Helvetica; 
	background-color : #fff; 
	font-size : 12px; 	
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

A
{
	font-size : 10px;
	font-weight: bold;
	text-decoration: none;
	color: #2C3137;
}
A:active
{
	color: #2C3137;
	font-size : 10px; 
	font-family : Verdana, Arial, Helvetica; 
}
A:hover
{
	text-decoration: underline;
	font-size : 10px; 
	font-family : Verdana, Arial, Helvetica; 
}

.wrapper {
	margin: 0 auto;
	width: 820px;
       height: auto;
       background-color: #fff;
       border-bottom: #2b481f 1px solid;
       border-top: #2b481f 1px solid;
       border-left: #2b481f 1px solid;
       border-right: #2b481f 1px solid;
}

.entry{
       text-align: left;
       margin-left: 5px;
       margin-right: 5px;
       border-bottom: #2b481f 1px solid;
       border-top: #2b481f 1px solid;
       
}