body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
/* change the appearance of links that haven't yet been or currently aren't being clicked or pointed at   --  color 333399 = blue  */
a:link {
	color: #680000;
	text-decoration:underline;
}
/* change the appearance of links that the visitor has already clicked --  color ff0000 = black */
a:visited {
	color: #000000;
	text-decoration:underline;
}
/* if link is selected via the keyboard and is ready to be activated  --  color 999999 = grey */
a:focus {
	color: #999999;
	text-decoration:underline;
}
/* change the appearance of links when pointed to  --  color 999999 = grey */
a:hover {
	color: #8b6814;
	text-decoration:underline;
}
/* change the appearance of links when clicked  ---  color 999999 = grey */
a:active {
	color: #680000;
	text-decoration:underline;
}
.menu1 {
	font-size: 10px;
	text-decoration:none;
}
.menu2 {
	font-size: 11px;
	text-decoration:none;
}
td {
	font-size: 12px;
}
p {
	font-size: 12px;
}
li {
	font-size: 12px;
}
.text1 {
	font-size: 14px;
}

.red{
	font-size: 12px; color:#900; font-weight:bold;
	}
