body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #dedddd;
	background-image: url(../images/background.jpg);
	background-repeat: repeat-x;
	font-family: arial;
	font-size: 14px;
}

content {
	margin-left: 10px;
	margin-top: 20px;
	margin-right: 10px;
	margin-bottom: 10px;
	background-color: #ffffff;
	font-family: arial;
	font-size: 14px;
}

li {
	margin-left: 10px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	
}
a {
	text-decoration: underline;
	cursor:hand;
	color:#000000;
}

a:hover {
	color:#FF8000;
}
a:visited {
	text-decoration: underline;
	cursor:hand;
	color:#888888;
}


.header {
	font-size: 14px;
	font-family: arial;
	font-weight: bold;
	text-decoration:none;
	color: #0950A0;
}

.style1 {
	color: #979696;
	font-size: 12px;
	font-family: arial;
	text-decoration:none
}
.style2 {
	color: #535353;
	font-size: 12px;
	font-family: arial;
	font-weight: bold;
	text-decoration:none
}
