<!--
style sheet for Millard and Krause
Within the head tags use <link rel="stylesheet" href="thisdoc.css">
-->

body { 
	font-family:		arial, helvetica, sans-serif;
	color:				#0000aa;
	background-color:	#cccccc;
	}

h1 { 
	font-family:		comic sans ms, arial, helvetica, sans-serif;
	font-style:			boldface shadow;
	color:				darkblue;
	}

h2 { 
	font-family:		comic sans ms, arial, helvetica, sans-serif;
	color:				darkblue;
	}

h3 { 
	font-family:		comic sans ms, arial, helvetica, sans-serif;
	color:				darkblue;
	}

A         { color: #006600; text-decoration: underline;  
			font-family: arial, helvetica }

A:active  { text-decoration: underline }
A:visited { text-decoration: underline }
A:hover   { font-weight: bold; text-decoration: underline }

dt {
	font-weight: 		bold;
	font-style:			boldface shadow;
	text-decoration:	strong;
	color:				#0000aa;
	}

strong {
	font-style:		bold;
	color:			darkblue;
}

