body {
	background-color: #f9e4b1;
	background-image: url(/images/horizon.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
p,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #444444;
}
b,strong {
	color:#660066;
}
i,em {
	color:#cc3366;
}
h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-size: 12px;
	color:#996699;
	}
a:link,a:active,a:visited {
	color: #ff9999;
	font-weight: bold;
	text-decoration:underline;
}
a:hover {
	color:#cc3366;
	text-decoration: underline;
}
a img {
        border: none;
}
a.nav:link,a.nav:active,a.nav:visited {
	font-family:Georgia, "Times New Roman", Times, serif;
	color: #ff9999;
	font-weight: bold;
	font-size: 16px;
	text-decoration:underline;
}
a.nav:hover {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#cc3366;
	font-size: 16px;
	text-decoration: underline;
}
blockquote {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-size:10px;
	color:#444444;
	border-left: 5px solid #663366;
	margin-left: 1.5em;
	padding-left: 5px;
}