p, span, li { /* sets the default font size to 13 (as long it's in a p, span or li tags) */
     font-size: 13px;
 }

body { /* sets the default font for the entire site to Ariel */
     font-family: arial;
}
h1 { /* sets the default colour for all H1 to dark blue */
color: #002060;
}

h1 a { /* these two are for the Prospectus page H1 link */
text-decoration: none;
color: #2060D0;
}
h1 a:hover {
color: #14E;
}

h5 { /* Makes the Sub-titles bigger */
     font-size: 16px;
}

a.footerlink { /* Sets the links along the footer to white */
	color:white;
}

