﻿/* Specify blanket rules for all elements */ 
  body { 
    font-size:80%; 
    font-family:Verdana,sans-serif; 
    margin: 10px; 
    } 
/* Rules for headings */ 
  h1 { 
    font-size:150%; 
    } 
  h2 { 
    font-size:140%; 
    } 
  h3 { 
    font-size:120%; 
    }
  p { 
    font-size:100%; 
    line-height:150%; 
    }

/* Masthead */ 
  #masthead { 
    margin:0 0 10px 0; 
    padding:10px; 
    border:1px solid #88814a; 
    background-color:#dddc99;
    display:none; 
    } 
/* Content */ 
	  #content {
	  	margin-left:33%;
	  	margin-bottom:10px; 
	    padding:10px; 
	    border:1px solid #fff; 
	    display:none; 
	    } 
/* Sidebar A */ 
	  #sidebar_a { 
	    float:left; 
	    padding:10px; 
	    border:1px solid #88814a;
	    background-color:#c0b678; 
	    width:30%;
	    margin-bottom:10px; 
        display:none;
	    } 
/* Footer */ 
	#footer { 
	    clear:both; 
	    margin:10px 0 0 0;
	    border:1px solid #88814a; 
	    background-color:#dddc99;
		}
	#footer p {
	   text-align:center; 
	   font-size:80%;
       	}
	#footer  a:link {
	  	color:#000;
  		}
	#footer  a:visited {
	 	color: #324f6f;
		}
	#footer a:hover {
		color: #fff;
		text-decoration: none;
		}  
	#footer a:active {
		color: #ccc;
		text-decoration: none;
		}  

