
.supersmall {font-size:10px}
.small {font-size: 12px}
.normal {font-size: 14px}
.big {font-size: 16px}
.superbig {font-size: 18px}
.megabig {font-size: 30px}


.supersmallred {font-size: 10px; color:#FF0000}
.smallred {font-size: 12px; color:#FF0000}
.normalred {font-size: 14px; color:#FF0000}
.bigred {font-size: 16px; color:#FF0000}
.superbigred {font-size: 18px; color:#FF0000}
.megabigred {font-size: 30px; color:#FF0000}

.supersmallblack {font-size:10px; color:#333333}
.smallblack {font-size: 12px; color:#333333}
.normalblack {font-size: 14px; color:#333333}
.bigblack {font-size: 16px; color:#333333}
.superbigblack {font-size: 18px; color:#333333}
.megabigblack {font-size: 30px; color:#333333}

a:link {
	text-decoration: none;
	color: #1A1A28;

}

a:visited {
	text-decoration: none;
	color: #003366;

}

a:hover {
	text-decoration: none;
	color:#666666;

}

a:active {
	text-decoration: none;
	color:#999999;

}

