html
{
	border-left: none;
	border-right: none;
	cursor: default;
}

body, h1, h2, h3, h4, h5, h6, p, ol, ul, li, dl, dt, dd, pre, img, form, fieldset
{
	padding: 0;
	margin: 0;
	border: none;
}

/** this is BASIC STYLE **/
b	{ font-weight: bold; color: #000; }
i	{ text-decoration: italic; color: #454545; }
u	{ text-decoration: underline; }

/** this is ANCHOR STYLE **/
a:link, a:visited, a:active	{ font-family:arial; font-size:10pt; color: #000; background-color: #ff9200; 
							 text-decoration: none; }
a:hover						{ font-family:arial; font-size:10pt; color: #ff9200; background-color: #000;
							 text-decoration: none; }

/** this is EVENT STYLE **/
.t	{ font-family: impact; font-size: 18pt; color: #000; text-transform: uppercase; }
.d	{ font-family: tahoma; font-size: 11pt; color: #454545; }

/** this is ABOUT STYLE **/
.t2	{ font-family: monotype corsiva; font-weight: bold; font-size:18pt; color:#ff9200; text-shadow: 1px 1px 1px #000; }


							 
/** everything else below **/
							 
.header				{ background-color: #f57900; color: #212121; font-size: 20pt; font-family: Lucida Grande; 
					  width:99%; height: 25px; text-transform: uppercase; line-height: 22px; text-align: right; 
					  }
font, p				{ color: #000000; font-family: tahoma; font-size: 10pt; line-height: 13px; padding: 3px;}
