body {
	background-position: right center;
	background-repeat: no-repeat;
	font-family: "Helvetica Neue", Helvetica, Verdana, sans-serif;
	font-size: 75%;
	}
	
h1 {
	color: black;
	font-family: Georgia, "Times New Roman", Times, serif ;
	font-size: 2em;  
	}
	
h2 {
	color: black;
	font-size: 1.5em;  
	}
	
h3 {
	color: black;
	font-size: 1.25em;  
	}
	
h4 {
	color: black;
	font-size: 1em;
	}
	
p	{
	color: black;
	font-size: 1.5em;
	}
	
ul	{
	color: black;
	font-size: 1em;
	}

a	{
	color: maroon;
	text-decoration: none;
	font-style: italic;
	}

a:hover {
	color: blue;
	text-decoration: underline;
	}
	
a:active {
	color: maroon;
	text-decoration: none;
	font-style: italic;
	}
	
#container {
	margin-top: 20px;
	margin-left: 30px;
	}

.name {
	color: black;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 5em;
	}
	
.note {
	color: navy;
	font-size: 1.2em;
	}

.header {

} 
.description {}
	

