body {
			background-color: #0066ff;
		    color: #00e64d;
			font-family:gerogia, arial;				
		} 
		
		h1 {
			color: #ffff00;
			text-align: center;
			font-size: 50px;
		}
		
		a:hover {
          color: #ffff99;
          background-color: transparent;
          text-decoration: underline;
        }
		
       
	 	li {
         display: inline;
        }

        ul {
           list-style-type: none;
           margin: 0;
           padding: 0;
           overflow: hidden;
           background-color: #333;
        }  

        li {
           float: left;
        }

        li a {
           display: block;
           color: lightblue;
           text-align: center;
           padding: 14px 16px;
           text-decoration: none;
        }

        li a:hover {
           background-color: grey;
        }
		
		h2 {
			color: #00e64d
		}
		p {font-family: gerogia, arial;
			font-size:      20px;
			color: 			white;
			margin: 0px 30px ;}
	
		img {
			margin: 50px 0px 50px 90px ;
		}
	
		.my_row {
			font-family: gerogia, arial;
			font-size:      28px;
			font-weight:    bold;
			margin: 0px 20px 20px 20px ;
        }
			