/* This is a comment */

body {
	margin: 0 0 0 0;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #333333;
	background-color: white;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #333333;
}

h1, h2, h3, h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

a:link {
	font-family: Arial, Helvetica, sans-serif;
	color: #003333;
}

a:visited {
	font-family: Arial, Helvetica, sans-serif;
	color: #003333;
}

a:hover {
	color: #666699;
	text-decoration: none;
}

pre a:link {
	font-family: Courier, monospace;
	color: #003333;
}

pre a:visited {
	font-family: Courier, monospace;
	color: #003333;
}

pre a:hover {
	color: #666699;
	text-decoration: none;
}

p.studentquote {
	 font-style: italic;
	 color: #005093
}

/* styles used on the undergraduate and postgraduate pages */

h1.ug { font-size: x-large; text-transform: none }
h2.ug { font-size: large; text-transform: none }
h3.ug { font-size: medium; text-transform: none }
h4.ug { font-size: xx-small; text-transform: none }

h1.pg { font-size: x-large; text-transform: none }
h2.pg { font-size: large; text-transform: none }
h3.pg { font-size: medium; text-transform: none }
h4.pg { font-size: xx-small; text-transform: none }
