/* Make background colour pale yellow, all body text Calibri and navy blue and indent all text.
*/
body         { background-color: #FFFFCC; font-family: Calibri; color:#000080; margin-left: 24pt; margin-right: 24pt }

/* Make headlines Comic Sans MS.  If user doesn't have Comic Sans MS, use Arail.
/*
h1           { font: 24pt Comic Sans MS, Arial; text-decoration: underline; font-weight: bold }
h2           { font: 18pt Comic Sans MS, Arial; font-weight: bold; text-decoration: underline }
h3           { font: 14pt Comic Sans MS, Arial; font-weight: bold }

/* Underline links, and make all links navy blue.
   Make links flash blue when activated.
*/   
a			 {text-decoration: underline;}
a:link		 {color: #000080;}
a:hover		 {color: blue;}
a:visited	 {color: #000080;}
a:active	 {color: blue; }