<style>
q    	  {color: yellow} 
td        {text-decoration: none; color: #E2B747; font-family: verdana}
a         {text-decoration: none; color: #E2B747; font-family: verdana}
a:link    {color: #E2B747; font-family: verdana; font-weight: bold}
a:visited {color: #E2B747; font-family: verdana; font-weight: bold}
a:active  {color: #E2B747; font-family: verdana; font-weight: bold}
a:hover   {color: #000000; font-family: verdana; font-weight: bold; background-color: #E2B747; text-decoration: none}

body {
	scrollbar-track-color: #660000;
	scrollbar-face-color: #660000;
	scrollbar-highlight-color: #000000;
	scrollbar-3dlight-color: #E2B747;
	scrollbar-darkshadow-color: #E2B747;
	scrollbar-shadow-color: #E2B747;
	scrollbar-arrow-color: #E2B747;}

input {
	 color: #000000;
       height:17px;
       background: transparent;
       background-color: #E2B747;
       border-left: 1px solid #E2B747;
       border-right: 1px solid #E2B747;
       border-top: 1px solid #E2B747;
       border-bottom: 1px solid #E2B747;
       font-family: Verdana; 
       font-size: 11px;        
       }

textarea{
	 color: #000000;
	 weight: 400px;
       background: transparent;
       background-color: #E2B747;
       border-left: 1px solid #E2B747;
       border-right: 1px solid #E2B747;
       border-top: 1px solid #E2B747;
       border-bottom: 1px solid #E2B747;
       font-family: Verdana; 
       font-size: 11px; 
       text-align: left
       }

</style>

