.class1 A:link {

	text-decoration: underline; color: white;

}



.class1 A:visited {

	text-decoration: none

}



.class1 A:active {

	text-decoration: none

}



.class1 A:hover {

	text-decoration: none; color: blue;

}



.class2 A:link {

	text-decoration: none; color: black;

}



.class2 A:visited {

	text-decoration: none; color: black;

}



.class2 A:active {

	text-decoration: none; color: black;

}



.class2 A:hover {

	text-decoration: none; color: blue;

}



LI.list {

	list-style: square outside; 

} 



th {

	color: white; background-color: black;

}



td {

	font-size: 100%;

}



h2 {

	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;

	font-size: 22px;

	line-height: 100%;

	font-weight: bolder;

}



h3 {

	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;

	font-size: 15px;

	line-height: 100%;

	text-indent: 10px;

}