/* ken_em.css */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 81%;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	background-color: #FFFFFF;
	margin-left: 30px;
	line-height: 1.3;
	}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	line-height: 1.3;
	}

ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-style: normal;
	font-weight: normal;
	color: #000;
	line-height: 1.3;
	}
	
/* Heading Styles */
	
h1 { 
	 font-family: Times New Roman, Times, serif;
	 font-size: 2.6em;
	 font-style: italic;
	 font-weight: bold;
	 color: #660000;
     margin-top:10px;
	 margin-bottom:0px;
     }
	 
h1.indexpage {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 2.0em;
	font-style: normal;
	font-weight: bold;
	color: #660000;
	margin-top:10px;
	margin-bottom:0px;
	}
		
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.6em;
	font-style: normal;
	font-weight: bold;
	color: #660000;
	margin-top:0px;
	margin-bottom:0px;
	}
	
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-style: normal;
	font-weight: bold;
	color: #660000;
    margin-top:30px;
	margin-bottom:0px;
	}	
	
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-style: normal;
	font-weight: bold;
	color: #660000;
    margin-top:0px;
	margin-bottom:0px;
	}

h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	font-style: normal;
	font-weight: bold;
	color: #660000;
    margin-top:30px;
	margin-bottom:0px;
	}

/* Class selectors for text styles */

.question {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	background-color: #ECE9D8;
	padding: 3px 3px 3px 5px;
	}

.answer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	padding: 3px 3px 3px 5px;
	}
	
.bottom_links {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.85em;
	font-style: normal;
	font-weight: normal;
	}

.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	}
	
.lines { 
	border-color: #FFCC99;
	border-style: solid;
	border-width: 1px;
	}

.linesbottom {
	border-color: #FFCC99;
	border-style: solid;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px
	}
	
.red_bold {
	color: #660000;
	font-weight: bold;
}

.links {
	height: 110px;
	margin-top: 20px;
	margin-bottom: 10px;
	}


/* Table Styles */

table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	background-color: #FFFFFF;
	}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	background-color: #FFFFFF;
	line-height: 1.3;
	}

td.bkgnd1 {
	background-color: #ECE9D8;
	}

td.bkgnd2 {
	background-color: #660000;
	}


/* Link Styles */

/* Standard links*/

a:link {
	color: #0000FF;
	text-decoration: underline
	}

a:visited {
	color: #800080;
	text-decoration: underline;
	}

a:hover {
	color: #FF0000;
	text-decoration: underline;
	}

a:active {
	color: #FF0000;
	text-decoration: underline;
	}
	


/* Links on headings */

h3 a:link {
	color: #660000;
	text-decoration: none;
	}

h3 a:visited {
	color: #660000;
	text-decoration: none;
	}
	
h3 a:hover {
	color: #660000;
	background-color: #ECE9D8;
	text-decoration: underline;
	}

h2 a:link {
	color: #660000;
	text-decoration: none;
	}

h2 a:visited {
	color: #660000;
	text-decoration: none;
	}
	
h2 a:hover {
	color: #660000;
	background-color: #ECE9D8;
	text-decoration: underline;
	}