.content {
	margin: 5px;
	padding: 10px;
	height: auto;
	width: 35%;
	border: medium dashed #CC99CC;
	list-style-type: disc;
	text-align: left;
	left: auto;
	top: auto;






}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #FFFFFF;
	background-image: url(back.jpg);
	background-repeat: no-repeat;
	background-color: #000000;


}
a:link {
	font-weight: bold;
	color: #3366CC;
	text-decoration: none;
}
a:hover {
	font-weight: bold;
	color: #0099FF;
	text-decoration: underline;
}
