@charset "utf-8";
/**** alfredo's beach club ****/

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

      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;
}
h3 {
	color:#CCC;
    font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:normal;
	
/************************************
 
        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: none;
	color: #333;
}

/******************* Event Category ****************/

.event-category-text{
	color:#FFF;
	font-size:large;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
}

.event-category-wrapper{
	width:676px;
	background-color: #666;
	margin-left:auto;
	margin-right:auto;
	text-align: center;
	
}

.sport-event-category-wrapper{
	width:676px;
	background-color: #06F;
	margin-left:auto;
	margin-right:auto;
	text-align: center;

	
