/* CSS Document */

body{
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FFFFFF;
	padding: 0px;
	margin-top: 2%;
	margin-right: 10%;
	margin-bottom: 0px;
	margin-left: 10%;
	background-image: url(free-poker-chips.jpg);
	background-position:bottom right;
	background-attachment:fixed;
	background-repeat:no-repeat ; 
}
.redBorder{
border: solid;
border-color: #FF0000;
}

.redBorderRight{
border-right: solid;
border-color: #A80E02;
}

.blueBorderRight{
border-right: solid;
border-color: #0000FF;
}
.blueBorder{ border:solid #0000FF;}

.blueBorderBack{ border:solid #0000FF;
background:url(ojo_background02.jpg);
background-position:center;
background-repeat:no-repeat;
}

a {color: #0000FF; text-decoration: underline;}
a:link {color: #0000FF;}
a:visited {color: #0000FF; }
a:hover {color: #FF0000; text-decoration: none; background-color: #FFFFFF;}

h4{
font-size:16px;
}