
body {
	margin:0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color: #FFFFFF;
}


#pagina {   
	width: 550px;
	padding-top: 20px;
	line-height:130%;
	margin-left: auto;
	margin-right:auto;
	background-color:#FFFFFF;

}

h1 {
	color: #FF0000;
	font-family: Georgia, Arial, Helvetica, sans-serif;
	font-size: 28px;
	text-align: center;
	line-height:130%;
}

h2 {
	font-family: Georgia, Arial, Helvetica, sans-serif;
	font-size: 21px;
	line-height:120%;
}

h3 {
	color: #000000;
	font-family: Times New Roman, Times, serif;
	font-size: 20px;
	line-height:120%;
}

li  {
     padding-bottom:10px;
}

.bigboldtext {
	font-weight:bold;
	font-size:16px;
}

.redtext {
	color:#840000;}
	
.redboldtext {
	font-weight:bold;
	color:#840000;}
	
.bigredboldtext {
	font-weight:bold;
	font-size:16px;
	color:#840000;}
	
a:link {
	color: #0000EE;
	font-style: normal;
	text-decoration: underline;
}

a:visited {
	color: #000099;
	font-style: normal;
	text-decoration: underline;
}
a:active {
	color: #CC0000;
	font-style: normal;
	text-decoration: underline;
}

a:hover { 
	color: #840000;
	font-style: normal;
	text-decoration: underline;
 }
 
#hr {
	color:#840000;
}

