body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-image: url(/Freelance/html/images/bgnd.jpg);
	background-repeat: repeat-x;
	background-color: #4a6e92;
}
.homeLeftNav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.homeLeftNav table {
	margin-left: 15px;
	margin-top: 35px;
}
.homeLeftNav ul {
	font-size: 12px;
}
.homeLeftNav li {
	margin-left: 1px;
}
.homeLeftNav a {
	color: #000066;
}
.homeLeftNav a:link {
	text-decoration: none;
}
.homeLeftNav a:visited {
	color: #000066;
	text-decoration: none;
}
.homeLeftNav a:hover {
	color: #000066;
	text-decoration: underline;
}