/* CSS Document */

.style1 {font-size: 18px}
a {
	font-size: 12px;
	font-weight: bold;
	font-family:Arial, Helvetica, sans-serif;
}

.style4 {font-size: 14px; color: #990000; font-weight: bold; font-family: Arial, Helvetica, sans-serif; }

.style5 {font-size: 12px; 	font-family:Arial, Helvetica, sans-serif; font-weight: bold;}

.style6 {font-family: Arial, Helvetica, sans-serif; font-size: 14px; font-weight: bold; font-family:Arial, Helvetica, sans-serif;}

a:link {
	color: #990000;
}
a:visited {
	color: #990000;
}
a:hover {
	color: #660000;
}
a:active {
	color: #990000;
}
body {
	background-color: #FFE2A6;
}

#photoframe {
	top:30px;
	width:434px;
	height:233px;
	margin-left: auto;
	margin-right: auto;
}

