body {
font-family : verdana;
font-size : 14px;
color : #111111;
cursor : default;
background : #FFFFFF;
}
h1 {
font-family : georgia;
color : #000000;
letter-spacing : 3px;
font-size : 18px;
font-weight : bold;
background : #FFFFFF;
display: inline;
}
h3 {
font-family : verdana;
color : #FFFFFF;
letter-spacing : 2px;
font-size : 16px;
text-transform : uppercase;
font-weight : bold;
background : #553715;
display: inline;
}
#listado {
font-family : verdana;
color : #553715;
font-size : 14px;
text-transform : uppercase;
font-weight : bold;
background : #FFFFFF;
display: inline;
}
.center {
	margin: auto;
	width: 90%;
	border: 0px;
	padding: 10px;
}
img {
border : 0px;
}
a img {
border : 0px;
}
a {
font-family : verdana;
color : #4f76a2;
background : #FFFFFF;
text-decoration : none;
}
a:link {
font-family : verdana;
color : #4f76a2;
background : #FFFFFF;
text-decoration : none;
}
a:visited {
font-family : verdana;
color : #4f76a2;
background : #FFFFFF;
text-decoration : none;
}
a:active {
font-family : verdana;
color : #4f76a2;
background : #FFFFFF;
text-decoration : none;
}
a:hover {
font-family : verdana;
color : #4f76a2;
background : #FFFFFF;
text-decoration : none;
position: relative; 
top: 1px; 
left: 1px; 
}