body { 
  background-color: 		#ffefce;
  font-family: 			Verdana, Geneva, Arial, sans serif; font-size: small; 
  font-size:        		medium;
  margin-left:      		10px;
  padding-left:			10px;
}

table	{
  		
  border:		none;
  caption-side:		bottom;
  text-align:		center;
  margin:		auto;
}

td, th	{
  width:		200px;
  border:		none;
  padding:		5px;}

#header {
  background-color: 		#ffefce;
  margin:           		10px;
  height:           		108px;
}

#footer {
  background-color: 		#ffefce;
  color:			black;
  text-align:   		center;
  padding:			15px;
  margin:           		10px;
  font-size:           		80%;
}

#topbar {
  background-color: 		#ffffee;
  color:			black;
  text-align:   		center;
  padding:			15px;
  margin:           		10px;
  font-size:           		80%;
}





h1 {
  font-size:        		200%;
  text-align:	    		center;
}

h2 { 
   font-size: 			70%;
   text-align:	    		center; 
}

h3 { 
   font-size: 			120%;
   text-align:	    		center; 
}




#format {
  font-size:	    		105%;
  text-align:	    		center;
}

#formatcentre {
  text-align:	    		center;
}

p.main {
	width:			auto;
        text-align:       	center;
	padding-top:		5px;
	padding-right:		20px;
	padding-bottom:		10px;
	padding-left:		20px;

	background-color:	#ffefce;
	margin-left:		auto;
	margin-right:		auto;
}

p.text {
	width:			auto;
        text-align:       	left;
	padding-top:		5px;
	padding-right:		20px;
	padding-bottom:		10px;
	padding-left:		20px;

	background-color:	#ffefce;
	margin-left:		auto;
	margin-right:		auto;
}

p.quote {
	width:			auto;
        text-align:       	left;
	padding-top:		5px;
	padding-right:		5px;
	padding-bottom:		5px;
	padding-left:		5px;

	background-color:	#ffefce;
	margin-left:		50px;
	margin-right:		50px;
}


a:link {
  color:            	blue;
  text-decoration:  	none;
  border-bottom:    	thin dotted blue;
}
a:visited {
  color:           	 red;
  text-decoration: 	 none;
  border-bottom:   	 thin dotted red;
}
a:hover {
  color:           	 green;
  text-decoration: 	 none;
  border-bottom:   	 thin dotted green;
}