body {
	  background-color: #e6e6e6;
      font-family:Verdana, Arial, Helvetica, sans-serif;
	  margin-top:0px;
	  margin-bottom:0px;
	  margin-left:5px;
	  margin-right:5px;
	  font-size: 0.8em;	  
	  }
	  
.w-body {
	background-color: #ffffff;
}


a {
       font-size: 1.05em;
       text-decoration:underline;
	   color: #3333ff;
	   margin-top:8px;
       margin-bottom:8px;	   
}

a:active {
	          color: #3333ff
}

a:visited {
	           color: #990000
}

a:hover {
	         color: #ff9900;
	         text-decoration:none;
}

a.one {
       font-size: 1.05em;
	   font-weight:bold;
       text-decoration:none;
	   color: #3333ff;
	  }

a.one:active {
	          color: #3333ff
}

a.one:visited {
	           color: #990000
}

a.one:hover {
	         color: #ff9900;
	         
}

td { 
    font-size: 0.8em;	
	}
 
h1 {
	font-family:Times New Roman, Times, serif;
	font-size: 2.5em;
	text-align: center;
	text-decoration: underline;
	font-style:italic; 
}

li{
	padding-bottom:10px;
}

 .black-td {
 			  font-size: 0.7em;
	          font-weight:bold;
			  background-color: #000000;
			  color: #ffffff;
			  text-align:center;
 			  }
.efefef-td {
 	background-color: #dddddd;
}


