/**
* This file has the styles available to the user
*/

p{
	font-size:14px;
	font:"Tw Cen MT Condensed";
}

/*Link styles*/
a{	
font-size:14px;
color:#EFEFEF; 
text-decoration:none;
font-weight:bold;
}
a:hover{
font-size:14px;
color:#FFCCCC; 
text-decoration:none;
font-weight:bold;
}



