
body {
	background: #D8D8D8;
}
body,td,th {
	font-family: "sans-serif", "Trebuchet MS";
	font-size: 14px; 
	font-weight: 400;
}
a:link {
	color: green;
	text-decoration: none;
	font-weight: 700;
	font-style: normal;
	font-family: inherit;
	font-size: inherit;
	background-color: inherit;
}
a:visited {
	color: green;
	text-decoration: none;
	font-weight: 700;
	font-style: normal;
	font-family: inherit;
	font-size: inherit;
	background-color: inherit;
}
a:hover {
	text-decoration: underline;
	color: red;
	text-decoration: none;
	font-weight: 700;
	font-style: normal;
	font-family: inherit;
	font-size: inherit;
	background-color: inherit;
}
a:active {
	color: green;
	text-decoration: none;
	font-weight: 400;
	font-style: normal;
	font-family: inherit;
	font-size: inherit;
	background-color: inherit;
}
.name {
	font-weight: bold;
}
.emphasis {
	color: red; 
	font-weight: bold;
}
.shade {
	font-size: 12px;  
	font-weight: bold;
	background-color:#CCCCCC;
}
.small_red {
	font-size: 12px; 
	font-weight: bold;
	color: red;
}
.very_small_black {
	font-size: 10px; 
	color: black;
}
.comic_black {
	font-family: 'Comic Sans MS', cursive;
	font-size: 14px; 
	color: black;
	text-decoration: none;
}