
body {font: 15px  Arial, Helvetica, sans-serif;}

/* text */

h1 { font-size: 22px; font-weight: normal;  }
h2 { font-size: 18px; font-weight: normal; }
h3 { font-size: 16px; font-weight: normal;  color: #dc241f;}

a { font-weight: bold;}

a:link {
	color: #FFF;	
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFF;
}
a:hover {
	text-decoration: underline;
	color: #dc241f;
}
a:active {
	text-decoration: none;
	color: #DC241F;
}

.bluetext { color: #2e354a; }
.redtext {color: #dc241f;}

.smalltext { font-size: 12px;}
.largetext {font-size: 18px;}


