body {
	background-color: black;
	color: Silver;
	margin:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	}
	
h1 {
	font-size:32px;
	color: silver;
	}
	
h2 {
	font-size:20px;
	color: silver;
	}
	
h3 {
	font-size:20px;
	color: silver;
	}
	
a:link, a:visited {
	color: #CAE6FF;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	text-decoration: none;
	}
	
a:hover {
	color: White;
	text-decoration: underline;
	}
	
.nav {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #C0C0C0;
	text-align: center;
	}
	
.clear {
	clear:both;
	}
	
.bold {
	font-weight:bold;
	}
	
.italic {
	font-style:italic;
	}
	
.center {
	text-align:center;
	}
	
#wrapper {
	width:900px;
	margin:0 auto 0 auto;
	}
	
.title {
	font-size:150%;
	font-weight:bold;
	margin:20px 0 0 0;
	}
	
.photo {
	margin:20px 0 0 0;
	}
	
.col1, .col2, .col3 {
	width:300px;
	float:left;
	}
