/*New style sheet for leeds west pool league*/



.a:link     {color:#FFFFFF;}
.a:visited  {color:#FFFFFF}
.a:hover    {color:red}
.a:active   {color:yellow}

a:link     {color:blue}
a:visited  {color:blue}
a:hover    {color:red}
a:active   {color:yellow}


body
{
background-color: #009900; body {font-size:100%}
}

.url {
text-align : center; font-family : arial; font-style : italic;
}

p {
color : #000033 ; text-align : justify; font-family : "times new roman"; margin-left:10px; margin-right:10px;
}

.special
{
text-align:center; font-family:sans-serif; font-size:1.2em;
}

table
{
background-color :  #9AFF9A;
}

.table
{
margin-left:auto;
margin-right:auto;
background-color: #d0d0d0; vertical-align:bottom; float: center;
}



table, td, th
{
border:1px solid blue; 
}

td
{
height:20px; text-align:center; vertical-align:top;
}
th
{
background-color:  #2F2F4F; color:white;
}


h1 {
font-family : forte; text-align : center; font-size : 3em; font-weight : 400;
}

h2 {
font-family : sans-serif; text-align : center; font-size : 1.2em;
}

h3 {
font-family : sans-serif; text-align : center; font-size : 0.9em;
}


h5 {
font-family : georgia; text-align : center; font-size : 0.7em;
}


hr {

float: left;
width: 100%;
height: 0px;
color: blue;
background-color: blue;
border: 1px solid blue;
border-bottom: 0px;
padding:0;

}

ul
{list-style-type:circle; text-align:left;
}

.ul
{
list-style-type: none;padding: 0px;margin: 0px;
}

.li
{
background-image: url(images/pdficon_small.gif);
background-repeat: no-repeat;
background-position: 0px 0px; 
padding-left: 20px; 
}



.normal 
{
border:1px solid blue;
}

div.img
{
  margin: 2px;
  border: 1px solid #0000ff;
  height: auto;
  width: auto;
  float: left;
  text-align: center;
}	
div.img img
{
  display: inline;
  margin: 3px;
  border: 1px solid #ffffff;
}
div.img a:hover img {border: 1px solid #0000ff;}
div.desc
{
  text-align: center;
  font-weight: normal;
  width: 200px;
  margin: 2px;
}



ol .ol /*ordered list*/
{
list-style-type:decimal;
}


