/* don't change anything here if you are not familiar with CSS coding!!! */body { 	font-size: 10px;	font-family: verdana; 	background-color: #5375B2; 	color: #A6D4E9;	scrollbar-face-color: #A6D4E9;	scrollbar-highlight-color: #5375B2; 	scrollbar-shadow-color: #5375B2; 	scrollbar-3dlight-color: #5375B2;	scrollbar-arrow-color: #333399; 	scrollbar-track-color: #A6D4E9;	scrollbar-darkshadow-color: #5375B2;	cursor: crosshair     } A {   color: #A6D4E9;   text-decoration: none;   font-weight: bold;   cursor: crosshair; }A:hover {TEXT-DECORATION: overline underline}p.head {	color: #A6D4E9;	background-color: #5375B2;	font-weight: bold;	border-bottom-style: dotted; 	border-top-style: dotted; }