.outline {
	border: 1px solid white;
}

.head {
	font-weight: bold;
	color: white;
	letter-spacing:2px;
	text-transform:lowercase;
	border: 1px solid white;
	background-image: url('bg.jpg');
        text-align: center;
	
}
.head1 {
	text-align: center;
	text-decoration: overline;
}
.menuBody {
	background-color:#9AC6F1;
	border: 1px solid white;
}
.menuleft {
	border: solid white;
	border-top-width: 0px;
	border-right-width: 1px;
	border-left-width: 0px;
	border-bottom-width: 1px;
}
.menuright {
	border: solid white;
	border-top-width: 0px;
	border-right-width: 0px;
	border-left-width: 1px;
	border-bottom-width: 1px;
}
body{
	font-family: trebuchet ms;
	font-size: 10px;
	color:white;
	background-color:#000000;
	scrollbar-arrow-color:#000000;
	scrollbar-base-color:#000000;
   scrollbar-face-color: #000000;
   scrollbar-highlight-color: blue;
scrollbar-shadow-color: blue;
scrollbar-3dlight-color: blue;
scrollbar-track-color: #000000;
scrollbar-darkshadow-color: blue;

}
table{
	font-size:11px;
}

A:visited {
   font-style : normal; 
	 font-family :tahoma; 
   color :D6EBFF; 
   text-decoration :overline; 
	font-weight : bold ; 
   }



A:hover {
 font-style : normal; 
 font-weight : bold ; 
 font-family :tahoma; 
 color :FILTER: shadow(color=white, strength=2); 
   text-decoration :underline;
 font-size : 11px;
  }



A:active {
   font-style : normal; 
	font-family : tahoma; 
   color:D6EBFF; 
   text-decoration : none; 
	font-weight : bold ; 
}


A {
   font-style : normal; 
   font-weight :bold;
	font-family:tahoma; 
	color:D6EBFF; 
   font-size : 11px;
   text-decoration : none;
	}