@charset "utf-8"; 

/* SABRINA CSS */

body {
	/* 
    frame:"border";
    border: 1px ridge;
    border-color: #DDDDDD; 
    */
    
	font-size: medium;
 	font-family: sans-serif; 	
 	color: #000000; 	
 	line-height: 120%; 	
 	font-style: normal; 	
 	font-weight: normal; 
	background-repeat: repeat-y; 	
	
}

table{ 	
		vertical-align: top;
		align: centre;
 		
 		margin-left: auto;
	    margin-right: auto;
		rules:"rows";
 		text-align: left; 	 
		border-collapse: collapse;
		
		width: 80%;
		cellpadding:"3";
		cellspacing: "0";
    
} 



.h1 {font-size: large; line-height: 130% }
.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;
		} 
	

.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; } 
.greyback { 	background-color: #DDD;}
.yellowback {	background-color: #FF0;}
.blueback {	background-color: #9CF;}

.white 	{ 	color: #FFF; } 
.text_darkblue { 	color: #000080; } 
.text_pink { 	color: #FF0080; } 
.text_brown { 	color: #400000; } 
.text_green { 	color: #67DC5F; } 
.text_greendark { 	color: #348900; } 
.text_purple { 	color: #400080; } 
.yellow {	color: #FFC;}
.blue {	color: #00F;}

.cursive {	font-family: " comic Sans MS", cursive;}
.comment {	font-family: "Georgia"; color: #606; }
.myanswer {	color: #00F; font-family: "comic Sans MS", cursive}
.greyedout {	color: #666;}
.examiner {	font-style: italic;	color: #F00;}
.question {	font-family: "Times New Roman", Times, serif;	color: #f1a; font-weight:600;}
.absmiddle {	vertical-align: middle;}
.code {	font-family: "courier New", Courier, monospace;	color: #0B419F;	}
.explanation {	color: #909;	font-style: normal;}
.xsmall {	font-size: x-small;}
.crossedout {text-decoration: line-through;}

.inverseheading {
	font-size: large;
	color: #FFF;
	background-color: #000;
	font-style: normal;
	font-weight: 400;
	line-spacing: 150%;
	font-family: " comic Sans MS", cursive;
}


