table{
	font-family: "Tahoma", Verdana, Arial, Helvetica, sans-serif;
	font-size:  75%;
	border-collapse: collapse;
	width: 85%;
}
h1 {
text-align: center;
font-size: 20px;
color: #000;
font-weight: bold;
margin-top: 25px;
margin-bottom: 25px;
} 
thead tr{
	background-color: #D9FFD9;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
}

thead th{
	padding: 0.5em;
	white-space: nowrap;
}

tr{
	background-color: #EAFDFF;
}

tr.odd{
	background-color: #FFFFFF;
}

tbody tr:hover{
	background-color: #FFCCCC;
}

td, th{
	border: 1px dotted #CCCCCC;
}

tbody td
{
	padding: 0.5em;
}

td a:link, th a:link{
	color: black;
}

td a:visited, th a:visited{
	color: black;
	text-decoration: none;
}

td a:hover, th a:hover{
	color: purple;
	text-decoration: underline;
}

td:last-child a:hover{
	color: red;
	text-decoration: underline overline;
}


#logo

{
  margin-top: 30px;
  margin-bottom: 30px;
  text-align: center;
}

#srcbox

{
  width: 800px;

  height: 180px;

  background: url(img/searchbox.png);

  background-repeat: no-repeat;
}

.src

{

  margin-top: 38px;

  width: 400px;

  height: 42px;

  border: 0px none #FFF;

  font-family: "Trebuchet MS", Tahoma, Verdana, sans-serif;

  font-size: 30px;

  text-align: center;

  color: gray;



}

div.tagcloud {

	margin-top: 40px;

	text-align: center;

	width: 600px;

}