        
        body
        {
        background-color: MediumAquaMarine ;
        color: white;
        }
        
        .header
    	{
    	font-family: helvetica, sans-serif;
    	letter-spacing: 1;
    	font-size: 20px;
    	line-height: 24px;
    	background-color: none;
    	top: 30px;
    	left: 30px;
    	position: fixed;
    	}			
    	
    	#h2
    	{
    	font-size: 14px;
    	line-height: 18px;
    	
    	}
    	
    	.end
    	{
    	font-family: helvetica, sans-serif;
    	letter-spacing: 1;
    	font-size: 20px;
    	line-height: 24px;
    	background-color: none;
    	bottom: 30px;
    	right: 30px;
    	position: fixed;
    	}	
    	
    	a {
	    font-size: 14px;
       	color: white;
		text-decoration: none;
		cursor: pointer;
		}
		
        a:visited { 
        color: white;
        font-size: 14px;
        text-decoration: none; 
		cursor: pointer;
	    }
	 
	    a:hover {
	    color: white;
	    text-decoration: none;
	    font-size: 14px;
		cursor: pointer;
		}
		
	    a:active {
	    color: white;
		text-decoration:none;
		font-size: 14px;
		cursor: pointer;
		}