body {
	background:#CDCDCF;  /* background color */
	
	scrollbar-face-color: #CDCDCF; 
	scrollbar-shadow-color: #FFFFFF;
	scrollbar-highlight-color:#FFFFFF;
	scrollbar-3dlight-color:#FFFFFF;
	scrollbar-darkshadow-color:#FFFFFF; 
	scrollbar-track-color: #CDCDCF; 
	scrollbar-arrow-color: #FFFFFF;
	}

body,table,td,tr,div,p,pre,h1,h2,h3,h4,ul,li {  /* text font face and color if not link */
	font-family: Verdana; color: #000000;
}

a { /* link format: no underline, bold */
	font-weight: bold;
	text-decoration:none;
	
}

a:link, a:visited, a:active { /* menu and email-link color of the name */
	color: #999999;
}

a:hover {
	color: #CDCDCF;
}

.submit { /* color of the form buttons */
	color:#333333; /* Color of the text on the button */
	font-family: Verdana;
	border-style:solid;  /* Button border style: none; solid, dotted, dashed, etc*/
	border-width: 2px; 
	border-color: #999999;
	background:#CDCDCF; /* background color */
}

.dot { /* properties for the table*/
	color:#000000; /* Color of the text on the button */
	font-family: Verdana;
	border-style:solid;  /* Button border style: none; solid, dotted, dashed, etc*/
	border-width: 4px; 
	border-color: #999999;
	background:#FFFFFF; /* background color */
}

.in { /* properties for the table*/
	color:#000000; /* Color of the text on the button */
	font-family: Verdana;
	border-style:dashed;  /* Button border style: none; solid, dotted, dashed, etc*/
	border-width: 1px; 
	border-color: #999999;
	background:#FFFFFF; /* background color */
}
