body {
	color: #727272;
	background-color: #F5F5F5;
	background: #427eff url(bg.jpg) no-repeat;
	font-family: Arial, Verdana, sans-serif;
	font-size: 11px;
	background-attachment: scroll;
	padding-left: 20px;
	padding-top: 20px;
	background-repeat : repeat-x;
}

a {
	color: #1084A5;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #4CCCEE;
	text-decoration: underline;
	font-weight: bold;
}

#content {
	width: 420px;
}
p {
	padding-left:3px;
	margin-left:0px;
}

ul {
list-style-position: outside;
list-style-type: square;
	margin-left:18px;
 	padding-left:0px	
}
li{
 	margin-left:0px;
	margin-top:5px;
 	padding-left:0px	
} 