body {
	margin: 10px 0 10px 0;
	padding: 0;
	font-family: Arial, Verdana, Helvetica;
	font-size: 100%;
	color: #3F3F3F;
	text-align: center;
	}

h1 {
	color: White;
	margin: 0;
	background: Green;
	font-size: 2.5em;
	font-weight: bold;
	}
	
h1 a:link, h1 a:visited {
	color: White;
	text-decoration: none;
	}
	
h1 a:hover, h1 a:active {
	background: Green;
	color: White;
	text-decoration: none;
	}
	
h2 {
	color: #3F3F3F;
	font-weight: bold;
	font-size: 12px;
	background-color: White;
	letter-spacing: 1px;
	}
	
h2 a:link, h2 a:visited {
	font-weight: bold;
	text-decoration: none;
	}

h2 a:hover, h2 a:active {
	font-weight: bold;
	text-decoration: none;
	}

p {
	line-height: 1.4;
	font-weight: normal;
	font-size: 12px;
	text-align: center;
	}
	
#project_name {
	padding: 10px 10px 10px 10px;
	width: 300px;
	margin: 30px 10px 10px 10px;
	}

#content {
	width: 600px;
	margin: 30px;
	background: #FAFAFA;
	border: 1px solid Silver;
	padding: 15px 5px 15px 5px;
	text-align: left;
	}

a:link {
	color: Green;
	font-weight: normal;
	text-decoration: none;
	}
	
a:visited {
	color: Green;
	font-weight: normal;
	}
	
a:hover, a:active {
	background: Green;
	color: White;
	text-decoration: none;
	}
