
    body {
	font: 100%/1.5em georgia, times, serif;
	text-align: left;
	padding-top: 5px;
	padding-bottom: 20px;
}

} 
/*sets margins to 0*/
    p {
	margin-top: 4px;
	margin-bottom: 4px;

/*style the heading text*/
h1 {
	font-size: 110%;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;

}

h2 {
	font-size: 90%;
	color: #000000;/*themecolour1$ 0.6%,-40.3%;*/
	margin-top: 4px;
	margin-bottom: 6px;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-left: 6px;
	font-weight: bolder;
	padding-bottom: 2px;
	padding-top: 2px;
	margin-left: 15px;
	margin-right: 265px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #948fe7;/*themecolour1$ -13.0%,15.2%;*/
	background-color: #e9e2ce;/*themecolour2$ -10.1%,-4.6%;*/
}

h3 {
	font-size: 90%;
	color: #000000;/*themecolour2$ -26.2%,-8.4%;*/
	margin-top: 4px;
	margin-bottom: 6px;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-left: 6px;
	font-weight: bolder;
	padding-bottom: 2px;
	padding-top: 2px;
	margin-left: 15px;
	margin-right: 265px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #0e0e0e;/*themecolour4;*/
	background-image: url(/exercise_files/exercise_columnbg2.gif);
	background-repeat: repeat;
}

h4 {
	font-size: 80%;
	color: #836088;/*themecolour1$ 0.6%,-40.3%;*/
	margin-top: 4px;
	margin-bottom: 6px;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-left: 6px;
	font-weight: bolder;
	padding-bottom: 2px;
	padding-top: 2px;
	margin-left: 10px;
	margin-right: 15px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #948fe7;/*themecolour1$ -13.0%,15.2%;*/
	background-color: #e9e2ce;/*themecolour2$ -10.1%,-4.6%;*/
}

h5 {
	font-size: 80%;
	color: ##e0d0a2;/*themecolour2$ -26.2%,-8.4%;*/
	margin-top: 4px;
	margin-bottom: 6px;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-left: 6px;
	font-weight: bolder;
	padding-bottom: 2px;
	padding-top: 2px;
	background-image: url(/exercise_files/exercise_columnbg2.gif);
	margin-left: 10px;
	margin-right: 15px;
	background-repeat: repeat;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #0e0e0e;/*themecolour4;*/
}
.leftcoldiv h2 {
	margin: 0;
	background-color: #a5a1e3;/*themecolour1;*/
	color: #e0d0a2;/*themecolour2$ -26.2%,-8.4%;*/
	font-size: 90%;
	padding: 3px 5px 3px 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #0e0e0e;/*themecolour4;*/
	background-repeat: repeat;
	font-weight: bolder;
	background-image: url(/exercise_files/exercise_h2bg.gif);
	font-family: Georgia, "Times New Roman", Times, serif;	
}
.rightcoldiv h2 {
	margin: 0;
	background-color: #a5a1e3;/*themecolour1;*/
	color: #e0d0a2;/*themecolour2$ -26.2%,-8.4%;*/
	font-size: 90%;
	padding: 3px 5px 3px 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	background-repeat: repeat;
	font-weight: bolder;
	background-image: url(/exercise_files/exercise_h2bg.gif);
	
}
/*defines the style for ordered lists (numbered) */ 
ol {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 25px;
	color: #0e0e0e;/*themecolour4;*/
}
/*defines the style for unordered lists (bulleted) */ 
 ul {
	margin-top: 0px;
	margin-bottom: 0px;
	list-style-image: url(/exercise_files/exercise_bullet.gif);
	color: #333333;
	font-size: 80%;
	font-weight: normal;
	margin-left: 20px;
	padding-left: 20px;
	line-height: 1.3em;
}
/*link styles*/
 a:link {
	color: #003366;/*themecolour1;*/
}
 a:visited {
	color: #0099CC;/*themecolour1$ -21%,-68.6%;*/
}
 a:link:hover {
	color: #FF0000;/*themecolour1$ -12.5%,-53%;*/
}
/*defines the style for horizontal dividers */
.divider {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #0e0e0e;/*themecolour4;*/
}    
.left1 {	float: left;
}