body {
	margin: 10px;
	background-color: #ffffff;
}


a {
	color: #0000CC;
	text-decoration: underline;
}

a:visited {
	color: #336699;
	text-decoration: underline;
}

a:hover {
	color: #0099FF;
	text-decoration: underline;
	font-weight: normal;
	font-style: italic;


}

.small {
	font-family: Verdana,Helvetica;
	font-size: 8pt;
	font-weight: normal;
}

.medium {
	font-family: Verdana,Helvetica;
	font-size: 10pt;
	font-weight: normal;
}

.large {
	font-family: Verdana,Helvetica;
	font-size: 12pt;
	font-weight: bold;
}
.tiny {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 7px;
	font-style: normal;
}
