/* CSS Document */

h1	{color:rgb(0, 60, 0);
	font-style: Times new roman;
	text-align: center;
	font-size:70px;
	margin-top:10px;   
	}

h2	{color:rgb(0, 51, 0);
	font-style: Times new roman;
	text-align: left;
	margin-top:10px;
	font-size:25px; 
	}

h3	{color:rgb(0,0,0);
	font-style: Times new roman;
	text-align: left;
	font-size:20px;
	margin-top:10px; 
	}

a	{color:rgb(0, 60, 0);
	text-align: left;
	margin-top:12px;
	font-size:18px;
	font-weight:bold;
	}

body nav a	{color:rgb(40, 40, 40);
	font-size:15px;
	font-weight:normal;
	}

body section a	{color:rgb(0, 0, 0);
	font-size:10px;
	font-style:italic
	}


body	{background-color:rgb(220,220,220);
	margin:auto;
	width:65%;
	}

body section p	{text-align:justify;
	}	

ol	{width:70%;
	text-align:justify;
	}

ul	{width:70%;
	text-align:justify;
	}

table	{
	}

td	{
	}
    
section {text-align:justify}

footer {margin-top:30px;
        margin-bottom:30px;
        background-color:rgb(200, 200, 200);
        color:rgb(0, 180, 0); 
        padding-left:40%;
        }

header a {color:rgb(0, 0, 0);
	font-size:15px;
	font-weight:normal;
	}


