/* CSS Document */


body
{
	font-family:Arial;
		color:#996633;
}

h1
{
	font-size: 20px;
	color: #996633;
	margin: 15px 0px 10px 0px;
}

h2
{
	font-size: 13px;
	color: #996633;
	margin: 20px 0px 10px 0px;
}

p, li
{
	text-align:justify;
	font-size: 12px;
	
}

.intro
{
	font-weight: bold;
}

.contimg, .contimgr
{
	float: left;
	margin: 10px;
	border: 1px solid #996633;
}
.contimgr
{
	float: right;
}


a:link, a:visited
{
	color: orange;
	font-weight: bold;
	text-decoration: underline;
}
a:hover
{
	text-decoration: none;
	color: #996633;
}
li
{
	list-style-type: circle;
}
.nav{
text-align: center;
font-family: arial, helvetica, sans-serif;
line-height: 25px;}
.nav p {
font-size: 12px;}
.nav a:link, .nav a:active, .nav a:visited {
color:#996633;
text-decoration:underline;}
.nav a:hover {
text-decoration:none;}