@charset "utf-8";
/* CSS Document */

/************************************

      Text styles


*************************************/

td.alt {
background: #333;
}

h1 {
	color: #F90;
	font: Arial, Helvetica, sans-serif;
	font-size:20px;
	font-weight:bold;
}
h2 {
	color:#FFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	
/************************************
 
        Link Styles
 
 ************************************/	
}
a.event:active {color:#FFF}
a.event:visited {color:#FFF}
a.event:link {color:#FFF}
a.event:hover {color:#F90}

A:Link {text-decoration:underline}