p {
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	text-indent: 16pt;
}
.divheader {
	background-color: #cc3300;
	color: black;
	border-bottom: 2px solid black;
	border-left-color: black;
	border-left-style: solid;
	border-left-width: 2px;
	border-right-color: black;
	border-right-style: solid;
	border-right-width: 2px;
	border-top-color: black;
	border-top-style: solid;
	border-top-width: 2px;
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	font-weight: bold;
	padding-bottom: 2xpx;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 2px;
	text-align: left;
	width: 700px;
}
.divbody {
	background-color: InfoBackground;
	color: black;
	border-bottom: 2px solid black;
	border-left-color: black;
	border-left-style: solid;
	border-left-width: 2px;
	border-right-color: black;
	border-right-style: solid;
	border-right-width: 2px;
	border-top-color: black;
	border-top-style: solid;
	border-top-width: 2px;
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	padding-bottom: 2xpx;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 2px;
	text-align: left;
	width: 700px;
	
}
<style type="text/css">
	.main {font-family: Times New Roman,sans-serif; font-size: 12pt}
 	.Headder
 	{
 		font-size: 36pt;
		font-weight: Bold;
	}
	.Subheader
	{
	 		font-size 24pt;
			font-weight: Bold;
	}
	.Tbborder {
	border-color: black;
	border: thin solid #C7DEFB;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 5px;
	Padding-bottom: 5px;
	background-color: #8485ff;
	opacity: .85;
	filter: alpha(opacity=85);
	color: black;
} 
	.MenuHead {	
	background-color: pink;
	color: navy;
	font-weight: bold;
	font-size: 16pt;
	width: 200px;
	text-align: center;
}
	a {
	background-color: blue;
	font-weight: bold;
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	text-decoration: none;
	width: 200px;
	padding: 2px 5px 2px 5px;
	color: yellow;
	text-align: center;
}
a:hover {
	background-color: maroon;
	font-weight: bold;
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	text-decoration: none;
	width: 198px;
	padding: 2px 5px 2px 5px;
	color: yellow;
	text-align: center;
}

body {
	background-color: e5edff;
	background-image: url(file:///C|/documents/WEB_DEVO/AMK/kettyback1.png);
	background-position: center;
	background-repeat: no-repeat;
}

a span {display: none;}
a:hover span {display: block; background-color: #EBEBEB;
   position: absolute; top: 400px; left: 700px; width: 200px; 
   padding: 2px 5px 2px 5px; z-index: 100; 
   font-family: "Times New Roman", Times, serif; 
   font-size: 12pt; color: black; 
   text-align: left; height: 100px;
 }
 .Tbborder_nofade {
	border-color: black;
	border: thin solid #C7DEFB;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 5px;
	Padding-bottom: 5px;
	background-color: #8485ff;	
	color: black;
} 
		
