body {
	background-color:#ffffff;
	font-family: arial,helvetica;
	text-align: left;
}

/*td {*/
/*	font-family: arial,helvetica;*/
/*}*/

/*th {*/
/*	background-color: #DDDDDD;*/
/*	font-family: arial,helvetica;*/
/*}*/

/*.white {*/
/*        color: black;*/
/*	background-color: white;*/
/*}*/

.light {
        color: white;
        background-image:url(images/lightBg.jpg);
}

.dark {
        color: white;
        background-image:url(images/darkBg.jpg);
        border-radius: 3px;
}

.verydark {
        color: white;
        background-image:url(images/veryDarkBg.jpg);
}

.light A, .dark A, .verydark A {
        color: white;
}

.light A:hover, .dark A:hover, .verydark A:hover {
        color: red;
}
