/* Math department/unit CSS definitions */
/* 
	This CSS file is provided so that individual departments
	and academic units can customize the appearance of their
	web pages by providing additional CSS directives and
	rules.
	
	Guidelines:
	 
	1) If you are not familliar with CSS rules, please seek
	   assistance in crafting this file from the WWW
	   specialist.
	   
	2) Please do no make global applications of styles. Apply
	   styles to distict elements using proper CSS selectors.
	   
	3) Do not globally re-style XHTML entities
	
	4) For assistance contact the www specialist:
	   email: gwridley@math.uwaterloo.ca
	   phone: x6660
 */

<style type="text/css">
<!--
h3 {
	font-style : normal;
	font-family : Arial, Helvetica, sans-serif;
	color : #CC6600;
}
body {
	background-color: #FFFFFF;
}

a:link {
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: underline;
}
.style4 { color: #C36;
	font-style : normal;
	font-family : Arial, Helvetica, sans-serif;
}	
.style5 { color: #33F;
	font-style : normal;
	font-family : Arial, Helvetica, sans-serif;
}
.style6 { color: #096;
	font-style : normal;
	font-family : Arial, Helvetica, sans-serif;
}
span {
	color: #096;
}
-->
</style>
