@charset "utf-8"; 

body {
	font-size: medium;
 	font-family: cuprum; 	
 	color: #000000; 	
 	line-height: 110%; 	
 	font-style: normal; 	
 	font-weight: 400; 
	background-image: url(/sabrina/x/back-corset-trans30.jpg);
	background-repeat: repeat-y;
}

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



.small { 	font-size: x-small } 
.beige { 	color: #FFFFCC } 
.red { 	color: #F00; } 
.yellow { 	color: #FF0; } 
.black { 	color: #000; } 


.courier { font-family:Consolas, "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", Monaco, "Courier New", monospace;
	font-size: 14px;} 
	
.white { 	color: #FFF; } 
.larger { 	font-size: large; } 
.justified { 	text-align: justify; } 
.centre { 	text-align: center; } 
.left { 	text-align: left; } 
.arial { 	font-family: Arial, Helvetica, sans-serif; } 
.greycellfill { 	background-color: #CCC; } 
.text_darkblue { 	color: #000080; } 
.text_pink { 	color: #FF0080; } 
.text_brown { 	color: #400000; } 
.text_green { 	color: #0F0; } 
.text_purple { 	color: #400080; } 
.yellow {	color: #FFC;}
.blue {	color: #00F;}
.cursive {	font-family: "Comic Sans MS", cursive;}
.comment {	font-style: italic; 	color: #00F;}
.myanswer {	color: #00F;	font-style: normal;	}
.greyedout {	color: #666;}
.examiner {	font-style: italic;	color: #F00;}
.question {		color: #000;}
.absmiddle {	vertical-align: middle;}
.greyback { 	background-color: #DDD;}
.yellowback {	background-color: #FFC;}
.blueback {	background-color: #9CF;}
.code {	font-family: "Courier New", Courier, monospace;	color: #0B419F;	font-size: medium;}
.explanation {	color: #909;	font-style: normal;}
.xsmall {	font-size: x-small;}

.inverseheading {
	font-size: x-large;
	color: #FFF;
	background-color: #000;
	font-style: normal;
	font-weight: 400;
	line-spacing: 150%
}


