/* CSS Document */

p{
font-family: Veranda, sans-sherif;
font-size: 16px;
color:#000000;
line-height: 18px;
padding: 3px;
}

h1{
font-family:Georgia, "Times New Roman", Times, serif;
font-size:24px;
color:#990000;
padding: 5px;
}

h2{
font-family:Georgia, "Times New Roman", Times, serif;
font-size:18px;
color:#990000;
padding: 4px;
}

h3{
font-family:Georgia, "Times New Roman", Times, serif;
font-size:14px;
color:#990000;
padding: 3px;
}

.bold {
	font-family: Veranda, sans-sherrif;
	font-size: 15px;
	font-weight: bold;
	color: #990000;
}

.navigation {
	font-family: Veranda, sans-sheriff;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFCC;
	text-decoration: none;
	background-color: #000000;
	display: block;
	padding: 8px;
	width: 140px;
}

.navigation:hover {
	font-family: Veranda, sans-sheriff;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	background-color: #FFFFCC;
	display: block;
	padding: 8px;
	width: 140px;
}

.leftimage{
float: left;
margin: 10px 10px 10px 10px;
border: 1px solid #000000;
}

.rightimage{
float: right;
margin: 10px 0 10px 10px;
border: 1px solid #000000;
}