/* Created on Apr 5, 2009 10:21:17 PM */

body { 
	color: black;
	background-color: #00cc99;
	font-size: small;
	font-family: Verdana, Geneve, Arial, sans-serif;
	padding: 20px;
}
a:link {
	color: blue;
}
a:visited {
	color: purple;
}
a:hover {
	color: red;
}
h1 {
	font-size: 200%;
	color: #bb0000;
	text-align: center;
}
h2 {
	font-size: 150%;
	text-align: center;
}
h3 {
	font-size: 125%;
	text-align: center;
}
img {
	margin: 10px;
}
#header {
	text-align: center;
	clear: left;
	clear: right;
}
#footer {
	text-align: center;
	clear: left;
	clear: right;
}
.rightside {
	float: right;
}
.leftside {
	float: left;
	clear: left;
	clear: right;
}
.rightcap {
	float: right;
	font-size: 120%;
	color: #af2222;
	clear: left;
	clear: right;
}
.leftcap {
	float: left;
	font-size: 120%;
	color: #af2222;
	clear: left;
	clear: right;
}
.red {
	font-size: 130%;
	color: red;
}
.photoblock {
	text-align: center;
	width: 90%;
	padding: 20px;
	border: 5px;
	margin: 20px;
	clear: right;
	clear: left;
}
.clearall {
	clear: right;
	clear: left;
}
.blue {
	color: #3333ff;
	background-color: #cccccc;
	border: 5px;
	padding: 20px;
	margin: 20px;
}