@charset "UTF-8";
/* CSS Document */

.white_bg {
	background-color: #FFF;
}
.black_bg {
	background-color: #000;
}


body {
	margin-top: 110px;
	margin-left: 120px;
}
body#vertical_pics
{
	margin-top: 90px;
	margin-left: 300px;
}
.beige_bg {
	background-color: #E9EDD9;
}


	
h1 {
	font-family:Verdana, Geneva, sans-serif;
	font-weight:bold;
	font-size:14px;
	color:#FFF
}
p {
	font-family:"Courier New", Courier, monospace;
	font-size:12px;
	color:#FFF
}
a {
	font-family:"Courier New", Courier, monospace;
	font-size:12px;
	color:#999;
	text-decoration: none;
}

