.sta { 
	font-family : Arial;
	font-size :12px;
	color : white;
       	}

.sta10 { 
	font-family : Arial;
	font-size :10px;
	color : white;
       	}

.sta18 {
	font-family : Arial;
	font-size :18px;
    	color : white;
       	}

.head{
	font-family : Arial;
	font-size :14px;
	color : #white;
       	}
             	
a:link {
	text-decoration: none;
	color: yellow;
	}

a:visited {
	text-decoration: none;
	color: yellow;
	}
a:hover {
	text-decoration: underline;
	color: yellow;
	}
a:active {
	text-decoration: underline;
	color: yellow;
	}

	
.textarea{
	border:1 solid #bc2e2e;
	background-color: #900c0c;
	scrollbar-face-color: #7d0000; 
	scrollbar-arrow-color: #8c0000; 
	scrollbar-highlight-color: #8c0000; 
	scrollbar-shadow-color: #8c0000; 
	scrollbar-darkshadow-color: #8c0000; 
	scrollbar-highlight-color: #8c0000; 
	scrollbar-3dlight-color: #8c0000; 
	scrollbar-track-color: #8c0000;
	color: white
	}

.input {
	border:1 solid #bc2e2e;
	background-color: #900c0c;
	color: white
	}
