/*

 * Style sheet for the Enigmamusic.com Enigma News

 * $Id: enews.css, created August 2003$

 */



/* global defaults */



table	        { font-family: Arial, Helvetica, "MS Sans Serif"; font-size: 10pt; color: #000000; font-weight: bold; }



/* heading definitions */



h1, h2, h3, h4, h5, h6	{ font-family: Arial, Helvetica, "MS Sans Serif"; font-weight: bold; margin: 2px 0px 2px 0px; }



h1, h2, h3, h4, h6		{ color: #000000; }



h5						{ color: #0000FF; }



h1		{ font-size: 8pt; }

h2		{ font-size: 10pt; }

h3		{ font-size: 12pt; }

h4		{ font-size: 14pt; }

h5		{ font-size: 18pt; }

h6		{ font-size: 24pt; }





/* Todas las paginas se rigen por esta orden */



#index			{	background-color: #F7F7E7;

					background-image: url('images/background.jpg');

					margin: 10 0; }



#perimeter		{ 	margin: 0; padding: 0; background-color: #F7F7E7;

					border: 4px solid #E9036F;

					width: 770px; }



/* copyright information */



#copyright		{ background-image: url('images/background_day_copy.jpg'); border-top: 2px solid #FF6600; font-size: 10px; text-align: center; height: 20px; }



/* colors used to highlight text */



.hi_w			{ color: #FFFFFF; } /* white */

.hi_c			{ color: #00CACA; } /* cyan */

.hi_r			{ color: #FF0000; } /* red */

.hi_y			{ color: #FFFF00; } /* yellow */

.hi_g			{ color: #009900; } /* green */

.hi_o			{ color: #FF6000; } /* orange */