body	{
	background-color:#003300;
	background-image:none;
	color:#fafad2;
	font-family: Papyrus, "Lucida Calligraphy", Verdana, "sans-serif";
	font-size: 1.2em;
	font-weight: normal;
	font-style: normal;
	margin-top: +2%;
	margin-left: +2%;
	margin-bottom: +0%;
	margin-right: +4%;
	}

		/*small text*/

.info  {
	color: #a4a4a4;
	font-size: 14px;
	}




/*very small text*/

.copy	{
	color: #a4a4a4;
	font-size: 10px;
	 }

em	{
	
	font-weight: bold;
	}



		/*algerian headers*/
h1, h2  {
	font-family: Algerian, "Sans-serif";
	font-weight: bold;
	}




h1	{
	font-size: 2em;
	text-align: center;
	}


h2	{
	font-size: 1.5em;
	text-align: center;
	}
	
		/*Normal centered text*/

h3	{
	font-family: Papyrus, "Lucida Calligraphy", "Sans-serif";
	font-size: 1.2em;
	text-align: center;
	}
	
	/*normal text left*/

h4	{
	font-size: 1.2em;
	text-align: left;
	}

h5	{
	}

h6	{
	}



	

.pic {
	margin-top: 0%;
	margin-left: 2%;
	margin-bottom: 0%;
	margin-right: 0%;
	padding: 0%;
	
	}												


a:link   {
	color: #ffffff;
	}

a:visited {
	color: olive;
	}

a:hover {
	color: #ffff00;
	}
a:active  {color:ffffff;
	}



.header	{
	margin-top: 5%
	margin-right: 5%;
	margin-bottom: 5%;
	margin-left: 5%;
	padding: 0px;
	height: auto;
	}



.content{
	margin-left: 100px;
	margin-right: 75px;
	
	}

.menu	{
	background-image: none;
	background-repeat: no-repeat;
	position: absolute;
	top: 200px;
	left: 20px;
	width: 150px;
	height: auto;
	padding: 10px;
	
	}

/* Gets rid of borders around link images */
a:link img 	{border: none;
		}

a:visited img	{border: none;
		}

a:hover img	{border: none;
		}


