﻿body 
{   
    background-color:#95AB63;
    font-family:Calibri, Tahoma, Arial;
    margin: auto;
    width:800px;
   	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */

    
}

 #container { 
    width: 800px;  /* this width will create a container that will fit in an 800px browser window if text is left at browser default font sizes- originally oit was 46em and the side bar was 12em */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 2px solid black;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color:white;
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 20px 20px 20px 20px;
              
              }



h1
{
    font-size:36px;
    font-weight:bold;
        color:black;

}

h2
{
    font-size:24px;
    font-weight:bold;
            color:#D03E35;

}

a 
{
    color:#B5CAF2;
    text-decoration:none;
    font-weight:bold;   
}

a:hover 
{
    background-color:#214E0D;
    color:#B5CAF2;
}

p 
{
    font-size:16px;
     color: black;
}


