/* Home Page CSS */

/* Set font attributes */

/* standard text is in grey, but standard and comic sans */
p {color: #333333}
p {font-family:Comic Sans MS, Arial}
p {font-size: 70%}
p {font-weight: normal}
p {background-color: transparent}
p {vertical-align:top}
p {vertical-align:text-top}

/* general text is in grey, but slightly bigger than p text and Verdana */
h2 {color: #333333}
h2 {font-family: Lucida Sans Unicode, sans-serif}
h2 {font-size: 90%}
h2 {font-weight: normal}
h2 {background-color: transparent}
h2 {text-align:left}
h2 {vertical-align:top}
h2 {vertical-align:text-top}

/* copyright/italic text is in grey, but smaller and comic sans */
em {color: #333333}
em{font-family: Comic Sans MS, Arial}
em {font-size: 60%}
em {font-weight: normal}
em {background-color: transparent}
em {text-align:right}
em {vertical-align:top}
em {vertical-align:text-top}

/* Header text is slighly larger, red and a different font */
h1 {color: #003399}
h1 {font-family:Lucida Sans Unicode, sans-serif}
h1 {font-size: 120%}
h1 {font-weight: normal}
h1 {background-color: transparent}
h1 {vertical-align:top}
h1 {vertical-align:text-top}

/*Links formatting*/
a {color: #333333}
a {font-family: Comic Sans MS, Arial}
a {font-size: 160%}
a {font-weight: normal}
a {background-color: transparent}
a {text-align:right}
a {vertical-align:top}
a {vertical-align:text-top}
a:link {color: #333333}
a:visited {color: #333333}
a:hover {color: #000066 text-decoration: underline}
a:active {color: #333333}

/* Body formatting */
body {color:#FFFFFF}
body {background-color: #FFFFFF}
