/* styles for MMDT1021 website */

body         {
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(../images/background.gif);
}
.sectiontitle {
	font-size: large;
}
.pagetitle {
	font-size: x-large;
	color: #000080;
}
.smaller {
	font-size: small;
}
.blue {
	color: #0000FF;
}
.code {
	font-family: "Courier New", Courier, mono;
	font-size: small;
}
