body {
	min-width: 780px;
	padding: 0;
	margin: 0;
	font: 0.8em/1.2em Verdana, Helvetica, Arial, sans-serif;
	background-color: #FFFFFF;
	color: #333333;
}


a:link,  a:visited{
	text-decoration: none;
	color: #333333;
}

a:hover {
	text-decoration: underline;
}


.contact{
	font-size: 90%;
}

.contact a:link, .contact a:visited{
	text-decoration: none;
	color: #333333;
}

.contact a:hover {
	text-decoration: underline;
}


.nav{
	font-family: Times, serif;
	color: #566D9F;
	font-size: 120%;
	font-weight: bold;
}

.nav a:link, .nav a:visited{
	text-decoration: none;
	color: #566D9F;
}

.nav a:hover {
	text-decoration: underline;
}

.title{
	color: #566D9F;
	font-size: 140%;
	font-weight: bold;
}

.subtitle{
	color: #566D9F;
	font-size: 110%;
	font-weight: bold;
}

.emphasis{
	color: #566D9F;
	font-size: 100%;
	font-weight: bold;
}

.emphasis a:link, .emphasis a:visited{
	text-decoration: none;
	color: #566D9F;
}

.emphasis a:hover {
	text-decoration: underline;
}

.navBack{
	background-repeat: no-repeat;
	background-image: url(img/lion.jpg);
}

.footer{
	color: #666666;
	font-size: 80%;
}

.footer a:link, .footer a:visited{
	text-decoration: none;
	color: #666666;
}

.footer a:hover {
	text-decoration: underline;
}