html, body
{
	margin: 0px;
	padding: 0px;
	border: 0px;
	background: #000;
}

html
{
	font-size: 100%;
	/* IE hack */
}

/* sets font size to be the same across browsers. from here out, .9em=9pt, 1.0em=10pt, 1.1em=11pt and so on */
body {
	font-size: 62.5%;
	font-family: Lucinda, Arial, Helvetica, sans-serif;
}

.lloronasitetop {
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	color: #FFFFCC;
	background-image: url(images/top.jpg);
	background-repeat: no-repeat;
	text-shadow: #033504 2px 2px 2px;
}

.lloronatext {
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #CABC8F;
	background-image: url(images/contents.jpg);
	background-repeat: repeat-y;
	background-attachment:fixed;
	text-shadow: #033504 2px 2px 2px;
	vertical-align:top
}


a:link {
	color: #fff;
	text-decoration: none;
}

a:visited {
	color: #fff;
	text-decoration: none;
}

a:hover,
a:active {
	color: #fff;
	text-decoration: underline;
	
}b {
	font-family: Lucinda, Arial, Helvetica, sans-serif;
	font-size: 25px;
	font-style: normal;
	color: #C2C0AD;
	background-image: url(images/contents.jpg);
	background-repeat: no-repeat;
	background-attachment:fixed;
	text-shadow: #033504 2px 2px 2px;
	vertical-align:top
}
