body {
	background: #ff9933;
	border-style: solid; 
	border-top-width: 15px; 
	border-right-width: 15px; 
	border-left-width: 15px; 
	border-bottom-width: 15px; 
	border-color:white;
	font-family: arial;
	font-size: 9pt;
	color: orange;
	}

a {
	color: black;
	text-decoration: none;
	font-weight:normal;
	}
a:visited {
	color:black; 
	letter-spacing:1px; 
	text-decoration:none; 
	font-family: comic sans ms;
	} 

a:hover {
	text-transform:lowercase;
	letter-spacing:1px; 
	background-color:yellow; 
	color:orange; 
	}
b { 
	font-family: comic sans ms; 
	font-weight:bold;
	cursor: e-resize;
	} 

h1 {
	font-size: 20pt;
	color: #ffffff;
	}

div#width {
	width: 500px;
	position: relative;
	left: 300px;
	}

div#scroll3 {
	background: white;
	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;"
	}

td {
	background: #ffffff;
	height: 400px;
	}
