/* CSS Document */

.smalltext {
	font-size:9px;
}
.mainbg {
  background-color:black;
  margin:0px;
}

li { margin-bottom:10px; }

td, table, div, tr, blockquote, body {
  font-size:12px;
  font-family:arial, helvetica, sans-serif;
  color:silver;

}

a, a:active, a:visited { 
color:orange;
text-decoration:underline;
}

a:hover {
  text-decoration:none;
}

.calendarcell {
	background-image:url('/images/calendar-small.jpg');
	background-position:center;
	background-repeat:no-repeat;
}

.pinktext { color:#ea2d8d; }
.whitetext { color:white; }