
body{
	background-color: #F4F0ED;
	<!--background-color: #cad8e6;-->
}

#head {
	font-size: large;
	font-weight: bold;
	font-family: arial;
	color: #D2503C;<!-- Pale Red or Orange -->
 }
#subhead {
	font-size: medium;
	font-weight: bold;
	font-style: normal;
	font-family: arial;
	color: #6687a6;<!-- Pale Blue -->
 }
<!--
#content{
	font-size: x-small;
	font-weight: normal;
	font-style: ;
	font-family: arial;
	color: #0000e3; <!-- Ash Color -->
 }
 -->
#curdate{
	font-size: x-small;
	font-weight: bold;
	font-style: ;
	font-family: arial;
	color: #3B48EC;<!-- PaleBlue Color -->
}

<!-- InputBox , Buttons, Select Box Style -->
#txtbox{
	font-family: arial;
	border-style: dashed;
	border-color: #B09BF4;
	border-width: 1px;
}

<!--Table header Row Style -->
#tbl{
  	color: #FFFFFF;
}
#h{
	font-size: small;
	font-weight: bold;
	font-style: normal;
	font-family: arial;
	background-color:#6687a6;
	color: #b5dc10;<!-- Pale Red or Orange -->
}
#boxhead{
	font-size: x-small;
	font-weight: normal;
	font-style: normal;
	font-family: arial;
	background-color:#8eadcb;
	color: #000000;
}
#menu {
clear: left;
float: left;
width: 135px;
margin: 0 0 1px 0;
padding: 0;
font-size: 0.9em;
}

#menu ul {
list-style: none;
width: 135px;
margin: 0 0 20px 0;
padding: 0;
font-size: 1.1em;
}

#menu li {
margin-bottom: 4px;
}

#menu li a {
font: normal 11px/24px verdana, arial, tahoma, sans-serif;
<!--font-family: arial;-->
<!--font-weight: bold;-->
<!--height: 20px;-->
<!--text-decoration: none;-->
<!--color: #2b86a5;-->
display: block;
padding: 6px 0 0 10px;
background: #cad8e6;
color: #033a66;
border-left: 1px solid #000000;
border-right: 1px solid #000000;
border-top: 1px solid #000000;
border-bottom: 1px solid #000000;
}

#menu li a:hover, #menu li a:current {
text-align: left;
background: #033a66;
color: #FFFFFF;
border-left: 10px solid #b5dc10;
border-right: 1px solid #000000;
border-top: 1px solid #000000;
border-bottom: 1px solid #000000;
}

#menu li a:activelink {
text-align: right;
background: #eaeaea;
color: #ff880b;
border-left: 5px solid #ff880b;
border-right: 1px solid #000000;
border-top: 1px solid #000000;
border-bottom: 1px solid #000000;
}
<!--Paragraph style -->
p{
	font-size: 1em;
	font-family: arial;
 	line-height: 2em;
	font-weight: normal;
	color: #000000;<!--Ash colcor-->
 }
#parahead{
	font-family: arial;
 	line-height: 1.4em;
	font-weight: bold;
	color: #D2503C;<!-- Pale Red or Orange -->
}
#bcrump{
	font-size: x-small;
	font-weight: bold;
	font-style: ;
	text-decoration: none;
	font-family: arial;
	color: #3B48EC;
}
#submenu{
	font-size: x-small;
	font-weight: bold;
	font-style: ;
	text-decoration: none;
	font-family: arial;
	color: #5f448b;
}
#activemenu{
	font-size: x-small;
	font-weight: bold;
	font-style: ;
	text-decoration: none;
	font-family: arial;
	background-color: #eda68a;
	color:#ffffff;
<!-- Anchor Link Style -->
a{
	font-size: x-small;
	font-weight: bold;
	font-style: ;
	font-family: arial;
	color: #3B48EC;<!-- PaleBlue Color -->
}

ul li {
  margin: 0; padding: 0;
  font-size: normal;
  line-height: 1.6em;
  font-weight: normal;
  color: #666;
  list-style-type: lower-roman;
  }

<!-- Anchor Link Style-->
<!--
a.link{
	font-family: arial;
	font-size: x-small;
	font-weight: bold;
	text-decoration: none;
	color: #3B48EC;
}
a.active{
	font-family: arial;
	font-size: x-small;
	font-weight: bold;
	text-decoration: none;
	color: #3B48EC;
}

a.visited{
	font-family: arial;
	font-size: x-small;
	font-weight: none;
	text-decoration: none;
	color: #3B48EC;
}

a:hover {
	font-family: arial;
	font-size: x-small;
	font-weight: none;
	text-decoration: none;
	color: #3B48EC;
}
-->


