/*-----------------------------------------------------------*//* The BODY tag defines styles that apply to the entire page *//*-----------------------------------------------------------*/body {	margin: 0; /* Don't change this */	font-family: Arial, Helvetica, sans-serif;	font-size: .75em;}/*-----------------------------------*//* The header at the top of the page *//*-----------------------------------*/#header {	background-color: #660033;	color: #ffffff;	padding: 15px;}#header h1 {	font-size: 1.5em;	letter-spacing: 2px;	margin: 0;	display: inline; /* Don't change this */}#header h2 {	font-size: 1.2em;	letter-spacing: 1px;	margin: 0 0 0 15px;	display: inline; /* Don't change this */}/*--------------------------------*//* The navogation bar on the left *//*--------------------------------*/#navigation ul {	list-style: none; /* Don't change this */	padding: 0; /* Don't change this */	margin: 0; /* Don't change this */}#navigation li {	padding: 0; /* Don't change this */	margin: 0; /* Don't change this */	}#navigation li a {	color: #333333;	text-decoration: none;	text-align: right;	display: block; /* Don't change this */	padding: 6px 15px;	border-bottom: 1px dashed #999999;}#navigation li a:hover {	background-color: #e5e5e5;}/*----------------------------------------*//* The main content area of the the page. *//*----------------------------------------*/#content {	padding: 15px 15px 50px 15px; /* Don't change this */	border-left: 1px solid #999999;}#content h1  {	color: #660033; /* Change this to change the text color. */	letter-spacing: 1px;	max-width: 600pxfont-size: 1.5em;	margin-top: 0;	margin-bottom: 20px;}#content h2 {	color: #660033; /* Change this to change the text color. */	max-width: 600px;	letter-spacing: 1px;	font-size: 1.3em;	margin-top: 0;	margin-bottom: 0px;}#content h3 {	color: #000000; /* Change this to change the text color. */	max-width: 600px;	font-size: 1.3em;}#content h4 {	color: #000000;	max-width: 600px	font-size: 1.3em;	max-width: 600px;		}#content h5 {	color: #003333; /* Change this to change the text color. */	max-width: 600px	font-size: 1em;}#content h6 {	max-width: 600px;	color: #006600; /* Change this to change the text color. */	font-size: 1.0em;}#content p {	max-width: 600px	margin-top: 0px;	margin-bottom: 0px;	max-width: 600px;	float: inherit;	white-space: normal;	direction: ltr;	line-height: normal;	font-weight: normal;	font-variant: normal;	display: compact;}#content p1 {	max-width: 600px;	color: #660066;}#content a{	color: #666600;	text-decoration: none;}#content td a{	font-style: normal;	font-weight: bold;	color: #660033;	text-decoration: underline blink;}#content a:hover {	color: #990000;}#content .read {	color: #660033;	text-decoration: underline;	font-weight: bold;	}#content .extra {	color: #CC3300;	text-decoration: underline;	font-weight: bold;	}#content .process {	color: #006666;	text-decoration: underline;	font-weight: bold;}#content .moodle {	text-decoration: underline;	font-weight: bold;}
