/* style.css */

BODY{
	color			:	#F0C050;
	background-color	:	#000000;
	font-size		:	x-small;
}

TABLE{
	font-size		:	x-small;
}

P{
	line-height		:	150%;
	line-break		:	strict;
	word-break		:	break-all;
}

EM{
	font-weight		:	bold;
	font-style		:	normal;
	color			:	#D00050;
}

STRONG{
	font-weight		:	bolder;
	color			:	#008000;
}

BIG{
	line-height		:	100%;
}

A:link    {
	color			:	#00C0FF;
}

A:visited {
	color			:	#80A0FF;
	text-decoration		:	underline;
}

A:active{
	color			:	#FFA0FF;
	text-decoration		:	underline;
}

A:hover{
	color			:	#FFA0FF;
	text-decoration		:	underline;
}

BLOCKQUOTE {
	color			:	#00D000;
}

Q{
	color			:	#00D000;
}

HR{
	color			:	#FF0088;
}

H1{
	line-height		:	120%;
	font-weight		:	bold;
	padding-left		:	24pt;
	padding-right		:	24pt;
	border-width		:	4pt 0pt 4pt 0pt;
	border-style		:	double;
	border-color		:	#FF0088;
	color			:	#0080FF;
}

H2{
	line-height		:	100%;
	font-weight		:	bold;
	padding-left		:	5pt;
	padding-right		:	5pt;
	border-width		:	0pt 0pt 0pt 14pt;
	border-style		:	solid;
	border-color		:	#FF0088;
	color			:	#0080FF;
}

H3{
	line-height		:	100%;
	padding-left		:	10pt;
	margin-right		:	1pt;
	border-width		:	0pt 0pt 1pt 10pt;
	border-style		:	solid;
	border-color		:	#FF0088;
	color			:	#000060;
}

DL DD{
	padding			:	0em 0em 1em 0em;
}


.nocss{
	display			:	none;
}

.small{
	font-size		:	xx-small;
}


.pre{
	font-size		:	12pt;
	line-height		:	100%;
}

.point{
	color			:	#FF0088;
}



DIV.date{
	font-weight		:	bold;
}

DIV.daily {
	border			:	solid;
	border-width		:	1pt 0pt 0pt 0pt;
	border-color		:	#FF0088;
	margin			:	1em 0em 0em 0em;
	padding			:	1em 0em 0em 0em;
}

DIV.news{
	line-height		:	150%;
	line-break		:	strict;
	word-break		:	break-all;
	margin			:	1em 0em 1em 0em;
}

DIV.news DIV.cerezo {
	border			:	solid;
	border-width		:	0em 0em 0em 0.5em;
	border-color		:	#FF0088;
	padding			:	0em 0em 0em 0.5em;
}

DIV.news DIV.cerezo .point{
	color			:	#FF0088;
}

DIV.news DIV.soccer {
	border			:	solid;
	border-width		:	0em 0em 0em 0.5em;
	border-color		:	#0088FF;
	padding			:	0em 0em 0em 0.5em;
}

DIV.news DIV.soccer .point{
	color			:	#0088FF;
}

DIV.news DIV.etc {
	border			:	solid;
	border-width		:	0em 0em 0em 0.5em;
	border-color		:	#00FF88;
	padding			:	0em 0em 0em 0.5em;
}

DIV.news DIV.etc .point{
	color			:	#00FF88;
}

DIV.news DIV.local {
	border			:	solid;
	border-width		:	0em 0em 0em 0.5em;
	border-color		:	#A0A0A0;
	padding			:	0em 0em 0em 0.5em;
}

DIV.news DIV.local .point{
	color			:	#A0A0A0;
}

DIV.news DIV.text{
	padding			:	0em 0em 0em 1.2em;
}

DIV.news DIV.text P{
	margin			:	0em 0em 1em 0em;
}
