.content {
 	font-family: Verdana;
	font-size: 12 px;
	border-right-style: solid;
	border-right-width: 2px;
	border-right-color: black;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	border-bottom-color: black;
}

.main {
  font-family: Verdana;
	font-size: 15 px;
	background-color: white;
        border-left-style: solid;
        border-left-width: 2px;
	border-left-color: black;
	border-top-style: solid;
	border-top-width: 2px;
	border-top-color: black;
	border-right-style: solid;
	border-right-width: 2px;
	border-right-color: black;
}


.contact {
 	font-family: Verdana;
	font-size: 12 px;
	border-left-style: solid;
	border-left-width: 2px;
	border-left-color: black;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	border-bottom-color: black;
}



.right {
  font-family: Tahoma;
	font-size: 12 px;
	background-color: white;
	border-left-style: solid;
	border-left-width: 1px; 
	border-left-color: #FA9938;
	
}
.content2 {
 	font-family: Verdana;
	font-size: 12 px;
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: black;
}



A:link { COLOR: black; TEXT-DECORATION: none; font-weight: normal }
A:visited { COLOR: black; TEXT-DECORATION: none; font-weight: normal }
A:active { COLOR: black; TEXT-DECORATION: none }
A:hover { COLOR: blue; TEXT-DECORATION: none; font-weight: none }

