@charset "utf-8";
/* CSS Document */


body {
	background-color: #cd2f16;
}
#main{
	margin:0 auto;
	width: 800px;
	background: #FFFFFF;
	padding: 10px;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-variant:small-caps;	
	font-size: 14px;

	}
a:link {
	color: #160D8A;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #160D8A;
}
a:hover {
	text-decoration: none;
	color: #FF0000;
	background: #000000;
	border-bottom: 1px dashed #FFFFFF;
}
a:active {
	text-decoration: none;
	color: #160D8A;
}
.style1 {
	font-size: 36px;
	font-family: "Courier New", Courier, monospace;
	font-weight: bold;
}

#menu a, #menu a:visited {
  	text-align:center; 
  	text-decoration:none; 
 	background: #FFF;
  	color: #FF0000; 
  	display:block; 
  	width:10em; 
  	height:1.2em; 
  	border-bottom:1px solid #66CCFF; 
  	/** border-bottom:1px solid #fff; **/
  	margin: 0px;
  	padding-top: 8px;
	padding-bottom: 0px;
	padding-left: 5px;
	padding-right: 5px;
  	font-size: 16px;
	font-family: Verdana, Arial, Helvetica, sans-serif ;
	
  }
#menu a:hover {
  	color:#FF0000;
  	background-color:#fff; 
  	border-bottom:1px solid #66CCFF;
  	text-decoration:line-through;

  }
.blue {color: #160D8A;
		font-weight:bold;
		}
