/*	Cascading Stylesheet by Harold Bakker, harold@haroldbakker.com */
/*	http://www.haroldbakker.com/ */
/*	modify to taste */

/*	linkstyles */
a:link {color: #000000; font-family: Arial, Geneva, sans-serif; font-size: 12px; font-weight: bold; }
a:visited {color: #000000; font-family: Arial, Geneva, sans-serif; font-size: 12px; font-weight: bold; }
a:active {color: #000000; font-family: Arial, Geneva, sans-serif; font-size: 12px; font-weight: bold; }
a:hover {color: #000000; font-family: Arial, Geneva, sans-serif; font-size: 12px; font-weight: bold; }

/*	redefining common HTML tags */
body {background-color: #999999; }
body, p, ul, div, td, th {font-family: Arial, Geneva, sans-serif; font-size: 12px; color: #FFFFCC; }
b, strong {font-family: Arial, Geneva, sans-serif; font-size: 12px; color: #FFFFCC; font-weight: bold; }

h1 {font-family: Arial, Geneva, sans-serif;  font-size: 24px; color: #cccccc; }
h2 {font-family: Arial, Geneva, sans-serif;  font-size: 22px; color: #cc0000; text-indent: 20px; line-height: 22px; }
h3 {font-family: Arial, Geneva, sans-serif;  font-size: 20px; color: #000000; }
h4 {font-family: Arial, Geneva, sans-serif;  font-size: 18px; color: #ff0000; }
h5 {font-family: Arial, Geneva, sans-serif;  font-size: 16px; color: #000000; }
h6 {font-family: Arial, Geneva, sans-serif;  font-size: 14px; color: #000000; }

/*	custom classes */
.small {font-family: Arial, Geneva, sans-serif; font-size: 10px; color: #FFFFCC; }

/*	classes for news expiry	*/
/*	copy everything below this line to your existing style.css if it's not already there	*/
.notyet {font-family: Arial, Geneva, sans-serif; font-size: 10px; color: #0000ff; font-weight: bold; }
.waiting {font-family: Arial, Geneva, sans-serif; font-size: 10px; color: #cccccc; font-weight: bold; }
.never {font-family: Arial, Geneva, sans-serif; font-size: 10px; color: #009900; font-weight: bold; }
.today {font-family: Arial, Geneva, sans-serif; font-size: 10px; color: #cc0066; font-weight: bold; }
.expired {font-family: Arial, Geneva, sans-serif; font-size: 10px; color: #ff0000; font-weight: bold; }

/*	classes for news	*/
.newstitle {font-family: Arial, Geneva, sans-serif; font-size: 10px; color: #FFFFCC; font-weight: bold; }
.newsbody {font-family: Arial, Geneva, sans-serif; font-size: 10px; color: #FFFFCC; }
.newslist {font-family: Arial, Geneva, sans-serif; font-size: 10px; color: #FFFFCC; }

