body {
	background: black;
	border-style: solid; 
	border-top-width: 15px; 
	border-right-width: 15px; 
	border-left-width: 15px; 
	border-bottom-width: 15px; 
	border-color:white;
	font-family: trebuchet ms;
	font-size: 9pt;
	color: #ccccff;
	}

a {
	color: #ffffff;	
	text-decoration: none;
	font-weight:normal;
	}

a:visited { 
	color:white; 
	letter-spacing:1px; 
	text-decoration:none; 
	font-family:"comic sans ms";
	} 
a:hover {
	text-transform:lowercase;
	letter-spacing:1px; 
	background-color: #ffffff;
	color: #99ccff;
	}

h1 {
	color: #99ccff;
	font-size: 20pt;
	}

h3 {
	color: white;
	}

b {
	font-size: 18pt;
	color: white;
	}

p {	
	font-size: 9pt;
	color: #cc99ff;
	}

div#widthadjuster {
	left: 300px;
	right: 300px;
	width: 600px;
	position: relative;
	}