a:link {color: #555555; text-decoration: none}
a:visited {color: #555555; text-decoration: none}
a:active {color: #800000; text-decoration: none}
a:hover {color: #800000; text-decoration: none}

body {
	margin: 25px 50px 50px 50px; 
	background: white;
	font-family: Helvetica, Verdana, san-serif;
	font-weight: 700;
	color: white;
	}
	
img {
	border-style: solid; 
	border-width: 5px; 
	border-color: #eeeeee; 
	background: darkgrey;
	}

h1	{
	font-family: Helvetica, Verdana, san-serif;
	font-size: 2em;
	font-weight: 700;
	color: #555555;
	}
	
h1#index {
	font-size: 7em;
	text-align: center;
	font-weight: 700;
	color: red;
	margin-top: 2em;
	}

h2	{
	font-family: Helvetica, Verdana, san-serif; 
	font-size: 1em; 
	font-weight: 700;
	}

h2#index	{
	font-size: 1.5em;
	text-align: center;
	font-weight: 700;
	color: red;
	margin-top: 25px;
	}
	
h3	{
	font-family: Helvetica, Verdana, san-serif;
	color: #555555;
	font-size: 1em; 
	font-weight: 700;
	}
	
h3#index	{
	font-size: 1.25em;
	text-align: center;
	font-weight: 700;
	color: #C8C812;
	margin-top: 5em;
	}