body {
		background-color: #04104a;
		font-family: Verdana, Arial;
		font-size: 12px;
		margin: 0px;
	}

td,p {
  font-family: Verdana, Arial;
  font-size: 12px;
}


#left	{
			background-image: url(images/top.jpg);
			background-repeat: no-repeat;
			width: 596px;
			height: 389px;
		}

#center	{
			background-color: #FFFFFF;
			width: 190px;
		}
		
#divcenter {
			background-color: #04104a;
			height: 381px;
		}
		
		
#divright {
			margin-left: 5px;
			margin-top: 20px;
		}
		
#right	{
			background-image: url(images/right.jpg);
			background-repeat: no-repeat;
			width: 132px;
		}

#content	{
				background-color: white;
				color: #04104a;
			}
			
#divcontent	{
				margin-left: 13px;
				margin-right: 13px;
                                background-color: white;
			}

#blockstest  {
   background-color: white;
}

a  {
  color: green;
text-decoration: none;
font-weight:bold
}