
h1 {font-size: 24pt; color: white; background-color: teal;
padding: 5px; border: 2px double black; text-align: center}

body{
	background-color: #FFFFCC;
	font-family: "Comic Sans MS", Arial, Verdana, Helvetica, sans-serif;
}



.warning {font-style: italic}

.update {font-size: 8pt}

.view {font-size: 10pt; text-align:center; font-style: italic; font-weight: bold;}

a:link, a:active {text-decoration: none; color: maroon; background: transparent}
a:visited {text-decoration: none; color: teal; background: transparent}
a:hover {text-decoration: none; color: #ffffff; background: teal}