.warning{
	color: red;
	background-color: white;
        font-size: 1em;
        font-weight: bold;
        } 

.good{
	background-color: white;
	color: green;
        font-size: 1em;
        font-weight: bold;
        } 

.clearit {clear: both;}

.imageborder{
  	color: black; 
  	background: white; 
  	border: solid;
	border-width: 1px;
        float: left;
	clear: both;
}

.imageleft{
  	color: black; 
  	background: white; 
  	border: solid;
	border-width: 0px;
        float: left;
	clear: both;
}

h1{ 
	font-family: "Gill Sans", sans-serif; 
	font-size: 2em; 
	color: blue;  
	background-color: white;
	font-style: italic;
}

h2{ 
	font-family: "Gill Sans", sans-serif; 
	font-size: 1.5em; 
	color: teal;  
	background-color: white;
	font-style: normal;
}

