body {
	background: black;
	cursor:crosshair;
	color: #99ccff; 
	font-family: "trebuchet ms"; 
	font-size: 9pt;
	} 

a { 
	color: #99ccff;
	text-decoration: none;
	font-weight:normal;
	}  

a:visited {
	color: #ffccff; 
	letter-spacing: 1px;  
	font-family: "comic sans ms";
	} 

a:hover {
	text-transform:lowercase;
	letter-spacing:1px; 
	background-color: #ffffff; 
	}

b {
	font-family: "comic sans ms"; 
	color:white; 
	cursor: e-resize; 
	} 

div#scroll3 {
	width: 400px;
	height: 375px;
	overflow:auto;
	border-color: #ffccff; 
	border: dotted; 
	border-top-width:2px;
	border-right-width:2px;
	border-bottom-width:2px;
	border-left-width:2px;
	}