a	{
	font-weight: bold;
	text-decoration: none;
}
a:link {
	color : #FF0000;
}
a:visited	{
	color : #CC0033;
}
a:hover {
	text-decoration: underline;
}
a:active {
	color : #CC0000;
}

body,p,td,div {
	color : #0000CC;
	font-family : tahoma, arial, helvetica, sans-serif;
	font-size : 13px;
}

.h1 {
	font-family: "Trebuchet MS", arial, helvetica, sans-serif;
	color: #0000CC;
	font-size: 24px;
	font-weight: bold;
}

.h2 {
	font-family: "Trebuchet MS", arial, helvetica, sans-serif;
	color: #FF0000;
	font-size: 20px;
	font-style: italic;
}

.h3 {
	font-family: "Trebuchet MS", arial, helvetica, sans-serif;
	color: #FF0000;
	font-size: 16px;
	font-weight: bold;
	border-bottom: 0px;
	margin-bottom: 0%;
}
