body , h1 , h2 , p , div, ul {
font-family : verdana, arial, sans-serif; 
color : #000; 
} 
a:link {
text-decoration : underline; 
padding : 2px; 
} 
a:visited {
text-decoration : underline; 
padding : 2px; 
} 
a:hover {
text-decoration : none; 
padding : 2px; 
} 
a:active {
text-decoration : underline; 
padding : 2px; 
background : #fff; 
} 
body {
background : #fc6; 
margin : 5px; 
margin-top : 0; 
} 
h1 {
font-size : 14px; 
color : #fff; 
text-align : left; 
margin : 2px;
margin-left : 8px; 
font-weight : bold; 
} 
h2 {
font-size : 10px; 
text-align : left; 
text-indent : 0; 
font-weight : bold; 
text-indent: 1px;
margin : 2px; 
} 
h3 {
font-size : 14px; 
text-align : left; 
text-indent : 15px; 
margin-bottom : 2px; 
} 
p {
text-indent : 4px; 
font-size : 14px; 
line-height : 130%; 
text-align : left;
padding: 2px;
margin-right: 2px; 
} 
.nav {
text-indent : 0; 
font-size : 12px; 
color : #fff; 
text-align : left;
margin : 8px; 
padding : 4px; 
line-height : 130%; 
} 

ul	{
	margin: 0;
	margin-bottom: 5px;
	padding: 0;
	}

li	{
	list-style: none;
	font-size: 11px;
	text-indent: 6px;
	margin-top: 0;	
	font-family: Helvetica,Verdana,Arial,Sans-Serif;
	}
	
	dd	{
	font-size: 11px;
	margin-top: 0;	
	font-family: Helvetica,Verdana,Arial,Sans-Serif;
	}
	

div.trail {
background : #feb;
margin : 1px;
width : 604px; 
padding : 1px;
}

.bean	{
	background : #000 url('http://www.cafeonline.com.mx/images/bean.jpg') fixed;
	}
	
.im	{
	margin: 0;
	padding: 2px;
	padding-left: 0;
	padding-right: 0;	
	font-family: Helvetica,Verdana,Arial,Sans-Serif;
	font-size: 12px;
	color: #fff;
	background: #963;
}

.w	{
	color: #fff;
	font-size: 10px;
	padding: 2px;
	margin: 2px;
}

.w a:link {
	text-decoration : underline; 
	color: #fff; 
} 
.w a:visited {
	text-decoration : underline; 
	color: #fff; 
}

div.column {
margin : 1px; 
width : 302px; 
padding : 8px;
float : left;
}
.clear { clear: both }