/* CSS Document */
/* Set overall size, color and no underline for links */
A { text-decoration : none;  font-size : 24px; color : blue }
/* Underline when link is hovered over */
A:hover { text-decoration : underline }
A.navbar { color : white; }
div { position:absolute; background-color:#00CCFF}
.header {font-size: 48px; color:#0000FF}
.subheader {font-size: 24px; color:#FF0000}
.text36 {font-size: 36px; color:#000000}
.text24 {font-size: 24px; color:#000000}
.text12 {font-size: 12px; color:#000000}
.text10 {font-size: 10px; color:#000000}
