body {
	background-color: #6699CC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003366;
	margin: 0px;
}
h1 {
	font-size: 24px;
	font-weight: bold;
	color: #990000;
	border-bottom-width: medium;
	border-bottom-style: groove;
	border-bottom-color: #99CC99;
	margin-left: 10px;
}
.header {
	background-attachment: fixed;
	background-image: url(../images/back.jpg);
	background-repeat: repeat-x;
}
.navigation {
	border-left-width: medium;
	border-left-style: groove;
	border-left-color: #99CC99;
}
td.navigation p {
	margin-bottom: 6px;
	margin-top: 1px;
}
a:link {
	color: #336699;
}
a:visited {
	color: #996699;
}
a:hover {
	color: #6699CC;
}
a:active {
	color: #CC6666;
}
h2 {
	color: #660000;
	font-size: 14px;
	font-weight: bold;
	border-bottom-width: thin;
	border-bottom-style: groove;
	border-bottom-color: #99CC99;
	margin-bottom: -90;
}
.sub-headings {
	color: #660000;
	font-size: 14px;
	font-weight: bold;
	border-bottom-width: thin;
	border-bottom-style: groove;
	border-bottom-color: #99CC99;
	margin-bottom: -90;
}
hr {
	border: medium dotted #3399CC;
}
.tiny {
	font-size: 12px;
	border: 1px dotted;
}
.pictures {
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #3399CC;
	
}

