/* stylesheet.css */

body { font-family:      Arial, helvetica, sans-serif;
       color:            black;
       background-color: #B0C4DE;
     }
#footer {
	position: absolute;
	bottom: 0;
	background-color: #ccffcc;
	width: 100%;
	text-align: center;
}

A:link    { color: darkblue}     /* unvisited links */
A:visited { color: #800080}     /* visited links */
A:active  { color: darkblue}     /* active links */
A:hover   { text-decoration:none; background-color: darkblue; ; color: white}

/* end of file */
table {  font-family: Arial, Helvetica, sans-serif; font-size: 10pt; font-weight: normal; text-decoration: none; padding-right: 2px; padding-left: 2px}
