BODY {
	color : Black;
	font-family : Tahoma, Arial, sans-serif;
	font-size : smaller;
	font-weight : bold;
	text-align : left;
}

A {
	color : Maroon;
	text-decoration : none;
}

A:HOVER {
	color : #8B0000;
	text-decoration : none;
}

input[type=textbox] {
     display: inline-block;
     border: 3px outset #ccc;
     background: #EBD4C1;
     color: #A3512F;
	 white-space:normal;
	font-size: 10pt;
	color:  black ;
	font-family: Tahoma;
	cursor: pointer;
	text-decoration:underline;
	font : bold;
     }

  

.BlueScrolls {
scrollbar-base-color:#DE894F;
scrollbar-face-color:#DE894F;
scrollbar-shadow-color:#A3512F;
scrollbar-highlight-color:#A3512F;
scrollbar-3dlight-color:#A3512F;
scrollbar-darkshadow-color:#3B1B03;
scrollbar-track-color:#A3512F;
scrollbar-arrow-color:#E99959;
}

P.navigationbar
{background-color: #E99959;
border: thick outset  #1ae8f2;
font-family: Verdana, Arial, Helvetica, sans-serif;
margin-left/* */: 12%;
margin-right: 10%;
padding: 1%;
text-align: center}

P.navigationbar A:link
{color: #fff;
font-weight: bold}

P.navigationbar A:visited
{color: #FF4500;
font-weight: bold}

P.navigationbar A:hover
{background-color: yellow;
color: #F00}

P.navigationbar A:active
{color: #0F0}