@charset "utf-8";
body {
	margin-left: 0px;
	margin-top: 100px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #000000;
}
a:visited {
	color: #000000;
}
a:hover {
	color: #000000;
}
a:active {
	color: #000000;
}
-->

#box {
	width: 430px;
	height: 90px;
	margin: none;
	background-color: #000000;
	}

#box a {
  display:block;
  width:100%;
  height:100%;
  text-decoration:none;
}
#box a:hover { 
  text-decoration:none; 
  background-color: #999999; 
   } 

#box2 {
	width: 430px;
	height: 90px;
	margin: none;
	background-color: #000000;
}

#box2 a {
  display:block;
  width:100%;
  height:100%;
  text-decoration:none;
}
#box2 a:hover { 
  text-decoration:none; 
  background-color: #660099; 
   } 
   
   
#box3 { 
	background-color:#ffffff;
	width: 425px;
	height 20px;
	font: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#000000;
	padding-left: 5px;
	}
	
#box3 a:hover {
	background-color:#999999;
	}