/* CSS Document */
/*body {
	scrollbar-base-color:#f3f3f3;
}*/

/* HEADINGS */
.heading1 {
	font-family: Courier, Arial, Helvetica;
	font-size: 48px;
	font-weight: bold;
	letter-spacing: 10px;
	color: #660000;
}

.norm {
	font-family: Verdana, Arial, Helvetica;
	font-size: 24px;
	font-weight: normal;
	color: #444444;
}
.norma, .norma:link, .norma:visited, .norma:active {
	font-family: Verdana, Arial, Helvetica;
	font-size: 24px;
	font-weight: normal;
	text-decoration: none;
	color: #000099;
}
.norma:hover {
	color: #cc0000;
}

