body    { 
		background-image: url(graphics/bg-blue.gif); background-repeat: no-repeat; 
		background-color: white 
		}


.mpage 	{

		width:900px;
		position: absolute;
		top: 10%;
		left: 50%;
		margin-left: -450px;
		rem: margin-top: -100px;
		background-color: transparent;
		margin-bottom: auto; 
		}

h1		{
		font-family: "Script MT Bold", times, serif;
		font-size: 2.5em;
		color: black; 
		}
h2		{
		font-family:  Times Roman, times, serif;  
		color: black;
		}		
p		{
		margin-left: 1%;
		}
	
.info     {
		margin-left: 5%;
		}	
	
.top 	{
		font-family:  Script MT Bold, times, serif;
		font-size: 5em;
		font-weight: bold; 
		color: blue; 
		}
		
a:visited 	{
			color: blue;
			background-color: transparent;
			}

a:hover 	{
			color: red;
			background-color: transparent;
			}

a:active 	{
			color : purple;
			background-color: transparent;
			}
