@charset "utf-8";

body {
	background: #343434;
}

p, td {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 18px;
	font-weight: normal;
}

a {
	color: #FFB903;
	text-decoration: none;
}
a:hover { text-decoration: underline; }

.big { font-size: 24px; }

.naranja { color: #FFB903; }