/* Stoeckel CSS Document */

/* page and text design */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #3D2E35;
	font-weight: bold;
}

/* hypertext design */
a:link {
	color: #000066;
	font-size: 14px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}
a:visited {
	color: #9999CC;
	font-size: 14px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}
a:active {
	color: #CC6600;
	font-size: 14px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}
a:hover {
	color: #3B2B35;
	font-size: 14px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
}




/* custom designs */

.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #E0E0E0;
}
.headingtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: bold;
	color: #E0E0E0;
}
/* redefined tag designs */

