body {
	background-color: #333333;
	margin-top: 4px;
}
a:link {
	text-decoration: none;
	color: #BBBBBB;
}
a:visited {
	color: #BBBBBB;
	text-decoration: none;
}
a:hover {
	color: #FFCC00;
	text-decoration: none;
	
}
a:active {
	color: #9900FF;
	text-decoration: none;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	color: #CCCCCC;
	font-weight: normal;
}
.fecha {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #BBBBBB;
	text-align: center;
	font-weight: normal;
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #CCCCCC;
	line-height: normal;
	font-weight: normal;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #BBBBBB;
	line-height: normal;
	font-weight: normal;
}
li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #BBBBBB;
	font-weight: bold;
	list-style-type: disc;
	line-height: 26px;

}
h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #00CCFF;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #CCCCCC;
	font-weight: normal;
}
