/* STYLESHEET for http://www.kentkaw.com/  */

BODY {	background-color: black;
		}


#header	{	background-color: rgb(76,86,94);
			margin: 20px 20px 0 20px;
			padding: 8px;
			font-family: Georgia, Verdana, Arial, sans-serif;
			font-size: 11pt;
			color: rgb(246,179,61);
			}

#header a { text-decoration: none; }
#header a.hover {color:#000000; text-decoration: underline; }

#sheet	{	background-color: White;
			margin: 0 20px 20px 20px;
			padding: 8px;
			border: 1px solid black;
			font-family: Verdana, Arial, sans-serif;
			font-size: 10pt;
			}

a:link, a:visited		{	color: red;
			}


h		 {	font-family: Georgia, Verdana, Arial, sans-serif; 
			}

.header {	font-family: Georgia, Verdana, Arial, sans-serif; 
			}
			
.normal	{	font-family: Verdana, Arial, sans-serif;
			font-size: 10pt;
			padding: 10px 20px 10px 10px;
			}

.indent {	padding-left: 2em;
			}

.small	{	font-size: 8pt;
			}

acronym	{	cursor: help;
			}

div.normal > h1, div.normal > h2 {
			font-family: Georgia, Verdana, Arial, sans-serif;
			}

H1.normal, H2.normal, H3.normal {
			font-family: Georgia, Verdana, Arial, sans-serif;
			padding-left: 10px;
			}

TD[class="normal"]	{	font-family: Verdana, Arial, sans-serif;
						font-size: 10pt;
						}


#navigation		{	width: 110px;
					font-family: Arial, Helvetica, sans-serif;
					/* font-weight: bold; */
					font-size: 8pt;
					}

#navigation ul	{	list-style: none;
					margin: 0 6px 0 0;
					padding: 0;
					/* border-top: 1px solid black; */
					}


#navigation li	{	/* border-bottom: 1px dotted black; */
					border-bottom: 1px solid darkgreen; 
					padding: 0;
					font-size: 9pt;
					}


#navigation li a:link, #navigation li a:visited {
					display: block;
					padding: 0px 0px 0px 0.5em;
					/*border-left: 1px dashed black;*/
					/*border-right: 12px solid rgb(246,179,61);*/
					/*border-right: 1px dashed black;*/
					background-color: darkgreen;
					color: white;
					text-decoration: none;
					}

#navigation li a:hover {
					color: red;
					background-color: yellow;
					text-decoration: none;
					}

