body,table,td,tr,div,p,pre,h1,h2,h3,h4,ul {font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;}
body,td,div,p,pre,ul {
	font-size: 18px;

}

h1 {
	font-size: 24px;
	font-weight : bold;
}
h2 {
	font-size: 24px;
}
h3 {
	font-size: 18px;
	font-weight : bold;
}
.small {font-size: 12px;}
.mini {	font-size: 11px;}
.minimini {	font-size: 10px;}
a {
	font-size: 18px;
	text-decoration: none;
	border : none;
}
a:link {
	border : none;
	color : #CC0000;
}
a:visited {
	border : none;
	color : #CC0000;
}
a:active {
	color: Red;
	border : none;
}
a:hover{
	color: Red;
	text-decoration: underline;
}
