/* Inicialitzacio */
html, body, div, table, td, p, h1, h2, h3, h4, h5, h6, ul, ol, li, input, a { margin: 0; padding: 0; }
html, body { background-color: black; }

/* Generals */
body { font-size: 12px; font-family: Verdana, Arial, Helvetica, sans-serif; color: #D7D7D7; text-align: center; }
div.pral { margin: 100px auto 0px auto; }
a { text-decoration: none; color: #b3a898; font-weight: bold; }
a:hover { color: #dbcdba; }
a.seleccionado { color: white; }
p { margin: 20px 0px; }
h1 { font-size: 18px; }

/* Error */
div.error {	width: 100%; text-align: center; }

