body.main  {
	font-family: verdana;
	font-size: 0.7em;
	color: #ddd;
	background: #000;
	}

a:link {
	color: #000000;
	background-color: transparent;
	text-decoration: none;
	}
	
a:visited {
	color: #000000;
	background-color: transparent;
	text-decoration: none;
	}
	
a:hover {
	color: #ff0000;
	background-color: transparent;
	text-decoration: none;
	cursor: pointer;
	}
	
a:active {
	color: #000000;
	background-color: transparent;
	text-decoration: none;
	}
	
h2 {
	font-size: 0.8em;
	}
	
td {
	font-size: 0.7em;
	}
