@charset "iso-8859-1";
/* author: Gilbert R. Bossé */
/* Creation date: 9/15/02 */

body  	{ background-image: url(colborne1.jpg); /* page background */
          color: #fffbf3;
		  background-color: #0099cc; 
          /*background-attachment: fixed;*/
          font-size: 1em;
		  font-family: Verdana,arial,helvetica,sans-serif;}
		  
#bordbox {	border-style: solid; /* page border */
          	border-color: #ffa500;
          	border-width: thin;
          	background-color: #fffbf3;
			color: #000000; }
			
h4			{ margin-top: 5%;
              margin-right: 15%;
			  margin-bottom: 5%;
		      margin-left: 15%; } 
			  
.word		{ color: #ff0000;
			  text-align: center; 
			  background-color: #fffbf3;
			  font-weight: 700;
			  font-size: 1.5em; }

p		{ text-align: center;
          font-weight: 500;
          background-color: #fffbf3;
		  color: #000000; }
		  
.question	{ color: #000000;
              background-color: #fffbf3;
			  margin-left: 10%;
			  margin-right: 10%;}
			  
.answer    { color: #ff00ff;
			  background-color: #fffbf3;
			  margin-left: 15%;
			  margin-right: 15%; }
			  

			  
p em		{ color: #008080;
              background-color: #fffbf3; }
			  
h3.odd		{ color: #0000ff; }

h3			{ text-align: center;
			  font-size: 1em;
			  color: #cc00ff; 
              background-color: #fffbf3; }	
			  
em			{ color: #cc00ff;
			  background-color: #fffbf3; }
			  
h3 em		{ color: #00ffff; 
			  background-color: #fffbf3;
			  text-align: center;  }	

	  ul.inside	{ list-style-type: square;
			  list-style-position: inside; }
			  
.prct	{ line-height: 1.5em; 
          color: #000000;
		  background-color: #fffbf3; } 			  
			  
ul.outside   { list-style-type: circle;
			  list-style-position: outside; }	
			  
#under		{ color: #cc0099;
			  background-color: #fffbf3;
			  font-size: 1em;
			  text-align: center;
			  text-decoration: underline;}
			  
#over		{ color: #cc0099;
              background-color: #fffbf3;
			  font-size: 1em;
			  text-align: center; 
			  text-decoration: overline; }
			  
#thru		{ color: #cc0099;
              background-color: #fffbf3;
			  font-size: 1em; 			  
			  text-align: center;
			  text-decoration: line-through; }
			 
h3.odd		{ color: #660000;
              background-color: #fffbf3;
              text-align: center;  }	
			   
h3.red		{ color: #cc0099;
              background-color: #fffbf3;
			  text-align: center; } 	
			  
	  			   	