body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: White;
}
h1 {
	font-family: Comic Sans MS;
	font-size: 30px;
	color: Green;
}
td { 
	font-family: Comic Sans MS; 
	font-size: 12px;
	}
.bigger { 
	font-family: Comic Sans MS; 
	font-size: 14px;
	}
a {
	color: blue; font-weight: bold; text-decoration: none;
	}
a:hover {
	color: red; font-weight: bold;
	}