/* These affect the "body" tag (main html tag in which all */
/* of the page is contained.)  A page item without explicit */
/* style will use this one. */
BODY {
	font-family: Arial, sans-serif;
}

.header {  background-color: #CCCCCC; border: #000000; border-style: solid; border-top-width: 1px; border-bottom-width: 1px; border-right-width: 1px; border-left-width: 1px; font-weight: bold;}

