 <style type="text/css">
  .body {
		font-family:verdana;
		font-size:12px;
	}
  
  
 	.header {
		background-color:#339999;
		color: white;
		font-family: verdana;
		text-decoration: none;
		cell-padding: 0px;
		
		font-size: 14px;
		font-weight: bold;
	} 
	
	.title {
		font-weight:bold;
		font-size:16px;
		font-family:verdana;
		vertical-align: middle;
	}
	
	.infobox {
		
		margin:0px;
		font-size:12px;
		font-family:verdana;
		width:100%;	
	}
	
	.rightbox {
		background-color: #dadada;
		font-family:verdana;
		font-size:12px;
	}
	
	th {
		background-color:#339999;
		color:white;
		font-size:14px;
		font-family:verdana;
		text-align:left;
		
	}

	td {
		font-size:12px;
		font-family:verdana;

	}
	
	a:hover {
		font-weight: bold;
	}
	
	a {
		font-size:12px;
		text-decoration: none;
		font-family:verdana;
		color:black;
	}
	
	a.download {
		color:red;
	}
	
	input {
		color:white;
		font-size:14px;
		background-color: #a0a0a0;
		border:1px black solid;
		font-family:arial;
		font-weight:bold;
		cursor:hand;
	}
	
	.border {
		border: 1px solid black;
	}
  </style>