/*Sets the BODY margins, background, font etc. */
body { color: black; font-size: 12pt; font-family: Arial, Helvetica, sans-serif; font-weight: normal; background-color: white; }
/* Sets the size and colour of the heading fonts */
h1 { color: #306; font-size: 200%; font-weight: normal; font-style: italic; }
h2 { color: #306; font-size: 100%; font-weight: bold; }
h3 { font-size: 160%; }
h4 { font-size: 140%; }
h5 { font-size: 120%; }
/* Sets the font for the paragraphs */
p { color: black; }
/* Sets the font and colour for links, visited links and mouse over links */
a:link { color: #306; }
a:visited { color: #006bb1; }
a:hover { color: #c06; }
