body {
background-color:#ffffff;
margin-top:5px;
margin-right: 50px;
font-family: Courier, Courier New, mono;
font-size: 13px;
color: #000;
}

img {margin-bottom:8px;}

a:link {
	color: #666666;
	text-decoration: none;
	font-size: 13px;
	font-family: Courier, Courier New, mono;
	background-color: white;
}

a:visited {
	color: #000;
	text-decoration: none;
	font-size: 13px;
	font-family: Courier, Courier New, mono;
	background-color: white;
}

a:hover {
	color: #000;
	text-decoration: none;	
	font-family: Courier, Courier New, mono;
	font-size: 13px;
	background-color: #000;
}

a:active {
	color: #000;
	text-decoration: none;
	font-family: Courier, Courier New, mono;
	font-size: 13px;
	background-color: #000;
}
select {margin-top:20px;}
#text {width:650px;}
#right {position: absolute; right:7px; top:7px;}