.style1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: italic;
	font-weight: bold;
	font-size: 36px;
	color: #009900;
}
body {
	background-image: url();
	background-color: #cc6600;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;

}
p {
	padding: 1px;
}
.style2 {
	color: #FFFF00;
	font-weight: bold;
	padding-right: 10px;
}
a:link {
	color: #FFFF00; text-decoration: none;
}
a:visited {
	color: #FFFF00; text-decoration: none;
}
a:hover {
	color: #FFFFFF; text-decoration: none;
}
a:active {
	color: #FFFF00; text-decoration: none;
}

.cuerpo {color: black; font-weight: bold;}

a.cuerpo:link {
	color: navy; text-decoration: none;font-weight: bold;
}
a.cuerpo:visited {
	color: navy; text-decoration: none;font-weight: bold;
}
a.cuerpo:hover {
	color: red; text-decoration: none;font-weight: bold;
}
a.cuerpo:active {
	color: navy; text-decoration: none;font-weight: bold;
}

.style3 {
	color: #CC3300;
	font-size: 14px;
	font-weight: bold;
}
.style6 {padding-right: 10px; font-size: 9px; color: #FFFF00;}
.style7 {font-size: 7px}
.style9 {color: #009900}
.style12 {font-size: 18px}
.form {padding: 10px;}

#menu {
width: 180px; /* set width of menu */


}

#menu h3 { /*títulos de los botones*/

font-size:10px;
color: yellow;
background: red;
text-transform: uppercase;
	border-top: 1px solid #999999;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #999999;

}

h3 { /*títulos de los botones*/

font-size:10px;
color: yellow;
background: #CC3300;
text-transform: uppercase;

}

#menu ul { /* remove bullets and list indents */
list-style: none;
margin: 0px 0px 0px 4px;
padding: 0;
}

/* style, color and size links and headings to suit */
#menu a, #menu h3{
	font-size:10px;
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	display: block;
	height: 14px;
	width: 180px;
	text-indent: 5pt;
	background-color: #dddddd;
	color: #cc6600;
	font-weight : bold;
	text-decoration: none;
	border-top: 0px solid #999999;
	border-right: 0px solid #000000;
	border-bottom: 3px solid #ffffff;
	border-left: 0px solid #999999;


}



#menu a:hover {
color: yellow;
	font-weight : bold;
	background: #0099cc;
	border-top: 0px solid #000000;
	border-right: 0px solid #999999;
	border-bottom: 3px solid #FFffff;
	border-left: 0px solid #000000;

}

a.pokerlisting:link, a.pokerlisting:visited, a.pokerlisting:hover, a.pokerlisting:active  {


	text-decoration: underline;
	color: navy;

}

a.les:link{ color:blue;text-decoration:underline; }
a.les:visited{ color:blue;text-decoration:underline; }
a.les:hover{ color:navy; text-decoration:underline;}
a.les:active{ color:blue;text-decoration:underline;

