body {
	background: #66ff33;
	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: 10pt;
	}

a { 
	color: green;
	font-weight:normal;
	}

a:visited { 
	color: #ffffff;
	letter-spacing:1px; 
	text-decoration:none; 
	font-family:"comic sans ms";
	} 

a:hover { 
	text-transform:lowercase;
	letter-spacing:1px; 
	background-color: #ffff00; 
	color: yellow;
	}

li {
	list-style-type: circle;
	}

div#widthadjuster {
	width: 600px;
	position: relative;
	left: 250px;
	}