a:link { text-decoration:underline; color:#3366FF}
a:visited { text-decoration:underline; color:#993366}
a:active { text-decoration:underline; color:#CC0000}
a:hover { text-decoration:none; color:#CC0000}

h1 {
	font-size: medium;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}
h2 {
	font-size: small;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}
h3 {
	font-size: small;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}

.xx-small{
	font-size:9px;
	line-height: 120%;
}
.x-small{
	font-size:10px;
	line-height: 140%;
}
.small{
	font-size:12px;
	line-height: 140%;
}
.medium{
	font-size:14px;
	line-height: 135%;
}
.large{
	font-size:large;
	line-height: 120%;
}
.x-large{
	font-size:x-large;
	line-height: 120%;
}
.xx-large{
	font-size:xx-large;
	line-height: 120%;
}
