img {
-webkit-filter: grayscale(20%); 
filter: grayscale(20%);
}

html {
-webkit-filter: grayscale(20%);
}

A:link {text-decoration:none;color:"#0000ff"}
A:active {text-decoration:underline;color:"#0000ff"}
A:visited {text-decoration:none; color:"#6633CC"}
A:hover{background:"transparent";text-decoration:underline ;color:"#FF0080"}

.B:hover{background:"transparent";text-decoration:underline ;color:"white" font-family: Tahoma; font-weight: bold; font-size:16;}
.B:active{background:"transparent";text-decoration:underline ;color:"white"}
.B:link{background:"transparent";text-decoration:underline ;color:"white"}
.B:visited{background:"transparent";text-decoration:underline ;color:"white"}

BODY {
font-family:Tahoma; font-size: 16; color: #006699;
margin:0px auto;

background:#FFFFFF url(../images/) repeat center top;

		scrollbar-face-color: #DEE3E7;
		scrollbar-highlight-color: #FFFFFF;
		scrollbar-shadow-color: #DEE3E7;
		scrollbar-3dlight-color: #D1D7DC;
		scrollbar-arrow-color:  #006699;
		scrollbar-track-color: #EFEFEF;
		scrollbar-darkshadow-color: #98AAB1;
	img border="0"

}
.header1 { font-family: Tahoma; font-weight: bold; font-size:16; color:white; text-decoration: none;}
.header2 {color: #006666; background: #DBEAF5; font-weight: bold; font-family: Tahoma; font-size: 16;}
.intd {color: #000066; font-family: Tahoma; font-size: 16; padding-left: 15px; padding-right: 15px;}

textarea {font-family: Tahoma; font-size: 16;}
td {font-family: Tahoma; font-size: 16;}

div.hr {
color: #A1BDEA;
background-color: #A1BDEA;
height: 5px;
width: 80%;
}