BODY { 
	background-color: #FFF;
	color: black;
	font-family: "Georgia",sans-serif, serif;
}

TD.white {
	color: white;
	font-size: 25pt;
	font-weight: bold;
}

TD.purple {
	color: #993399;
	font-size: 15pt;
	font-weight: bold;
}

TD {
	color: black;
	font-family: "Georgia", sans-serif, serif;
}


h1 { 
	font-size: 200%; 
	/*/*/margin: 7.5px 0px 0px 30px; /* */
}
h2 { 
	font-size: 160%; 
	/*/*/margin: 7.5px 0px 0px 30px; /* */
}
h3 { 
	font-size: 140%; 
	/*/*/margin: 7.5px 0px 0px 30px; /* */
}
h4 { 
	font-size: 100%; 
	/*/*/margin: 7.5px 0px 0px 30px; /* */
}

p {
	/*/*/margin: 10px 0px 0px 30px; /* */
	font-size: smaller;
}

#header a {
	/*/*/padding: 4px;
	display: block;
	background-color: #ffffff;
	border: 2px groove #660099;
	text-decoration: none;
	line-height: 1em;
	width: 90px /* */
}
#header a:link, #header a:visited {
	color: #000000;
}
#header a:hover, #header a:active {
	color: #FFFFFF;
	background-color: #660099;
	border: 2px groove #660099;
}

#header TD {
	text-align: center;
}

#header TR {
	text-align: center;
}
#current a {
	color: #ffffff !important;
	/*/*/background-color: #660099!important;
	border: 2px outset #660099!important; /* */
}
#header ul {
	list-style-type: none;
	}

#header li {
	/*/*/margin: 0px 10px 5px -10px; /* */
	
}

#nodec a {
	text-decoration: none;
	color: #fff;
}

HR {
    height:5px;
    width:90%;
    background:#446791;
    margin: 0px 150px 0px 150px;  
   }

#block {
	text-indent: 10em;
	font-size: 75%;
	background-color: yellow;
}

#small {
	font-size: smaller;
}








