body  	{
		background-image: url(graphics/bg-red.gif); background-repeat: no-repeat;
		background-color: white;
		font-family:  arial rounded MT, arial, helvetica, sans serif;
		color: black; 
	 	}


.mpage 	{width: 90%;
		background-color: white;
		border-top: thick solid black;
		border-right: none;
		border-bottom: none;
		border-left: thick solid black; 
		margin-top:1.5em; 
		margin-bottom: auto; 
		margin-right: 5%; 
		margin-left: 5%; 
		}
  

h1		{
		font-family:  Arial, Helvetica, sans serif; 
		font-size: 1em; 
		color:  black;
		background-color: transparent;  
		padding: 0;
		
		}
h2 		{ 
		font-family: Comic Sans MS, Times Roman, Times, serif; 
		font-size: 1.1em;
		color: #cc0000;
		background: transparent;
		text-align: left;
		padding: 0;
		
		}
h3 		{ 
		color: black;
		background: transparent;
		padding: 0;
		margin-bottom: 0; 
		} 

p  		{ 
		margin-right: 5%; 
		margin-left: 5%; 
		 }
.top	{
		padding-top: .25in;
		}
		 			 

a:visited {color: #cc0000;
		font-weight: bold;
		}
a:link {	color: black; 	
		font-weight: bold;
		}
a:active {color: blue; 
		font-weight: bold;
		}
a  {		color: green;
		font-weight: bold;
		}