@charset "utf-8";
/* CSS Document */

body{
	   padding: 0px;
	   margin: 0px auto;
	   font: 0.7em Verdana, sans-serif;
	   line-height: 1.5em;
       background: #FFF;
	   width: 680px;
	   height: auto;
}

/************** .a clase4 *****************/

a.clase4:visited
 {
 color: #FF0000;
 font-size:13px;
 font-style:normal;
 font-weight:bold;
 }
  
a.clase4:active
 {
 color: #0066CC;
 font-size:13px;
 font-style:normal;
 font-weight:bold;
 }
  
a.clase4:link
 {
 color: #0066CC;
 font-size:13px;
 font-style:normal;
 font-weight:bold;
 }
  
a.clase4:hover
 {
 color: #FF0000;
 font-size:13px;
 font-style:normal;
 font-weight:bold;
 }

/************** .story styles *****************/

.story{
	clear: both;
	padding: 5px;
	font-size: 11px;
	line-height: 17px;
}

.story p{
	padding: 0px 0px 10px 0px;
	text-align: center;
	font: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

.story p img{
	padding: 0px;
	border-right: #666666 3px solid inset;
	border-bottom: #CCCCCC solid inset;
}

