td {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
}
.counter {font: 10px Verdana #000000}
a {color : #000000; text-decoration: none}
a:visited {color : #000000; text-decoration: none}
a:active {color : #000000; text-decoration: none}
a:hover{color : #000000;  text-decoration: underline}

.border {border:1px solid #000000}

input {border: solid black;                 /* this defines the lay-out of every input field */
       color: #000000;               
	   border-width: 1;
	   background-color:  transparent; 
	   font-size: 10px}

textarea {border: solid black;               /* this defines the lay-out of every textarea */
          font-family: Verdana;
		  font-size: 11px;
		  color: #000000;
		  border-width: 1;
	      background-color: transparent;}

body {
scrollbar-face-color:#CCCCCC;
	scrollbar-arrow-color:#FFFFFF;
	scrollbar-track-color: #CCCCCC	;
	scrollbar-highlight-color: #CCCCCC;
	scrollbar-darkshadow-Color: #CCCCCC;
	background-color:#CCCCCC;
	color: ;
	font-family: Verdana;
	font-size: 11px;
	}