@charset "utf-8"; 

body 		{
	font-size: 125%;
 	font-family: Arial, Helvetica, sans-serif; 	
 	color: #000000; 	
 	line-height: 110%; 	
 	font-style: normal; 	
 	font-weight: 400; 
	background-image: url();
	background-repeat: repeat-y;   	}

table		{ 	
	border: thin 	#CCC;
 	frame:"border";
 	rules:"rows";
 	text-align: left; 	 
	border-collapse: collapse;   } 


.courier 		{ font-family: "Courier New", Courier, monospace;} 
.absmiddle 		{	vertical-align: middle;}
.arial 		{ 	font-family: Arial, Helvetica, sans-serif; } 
.beige 		{ 	color: #FFFFCC } 
.black 		{ 	color: #000; } 
.blue 		{	color: #00F;}
.blueback 		{	background-color: #9CF;}
.centre 		{ 	text-align: center; } 
.code 		{	font-family: "Courier New", Courier, monospace;	color: #0B419F;	font-size: medium;}
.comment 		{	font-style: italic; 	color: #00F;}
.cursive 		{	font-family: "Comic Sans MS", cursive;}
.examiner 		{	font-style: italic;	color: #F00;}
.explanation 		{	color: #909;	font-style: normal;}
.greyback 		{ 	background-color: #DDD;}
.greycellfill 		{ 	background-color: #CCC; } 
.greyedout 		{	color: #666;}
.inverseheading 		{	font-size: x-large;	color: #FFF;	background-color: #000;	font-style: normal;	font-weight: 400;	line-spacing: 150%}
.justified 		{ 	text-align: justify; } 
.larger 		{ 	font-size: large; } 
.left 		{ 	text-align: left; } 
.myanswer 		{	color: #00F;	font-style: normal;	}
.question 		{		color: #000;}
.red 		{ 	color: #F00; } 
.small 		{ 	font-size: x-small } 
.strikeout 		{ 	text-decoration: line-through; } 
.text_brown 		{ 	color: #400000; } 
.text_darkblue 		{ 	color: #000080; } 
.text_green 		{ 	color: #0F0; } 
.text_pink 		{ 	color: #FF0080; } 
.text_purple 		{ 	color: #400080; } 
.white 		{ 	color: #FFF; } 
.xsmall 		{	font-size: x-small;}
.yellow 		{	color: #FFC;}
.yellowback 		{	background-color: #FFC;}


