/* BACKGROUND */
body { background-color: #4c7b49;
    background-attachment: fixed;
    background-image: url('BACKGD.jpg');
    background-repeat: repeat }

/* TEXT */
h1 { font-size: 300%}
h2 { font-size: 200%}
h3 { font-size: 150%}
p,form { font-size: 120%; text-align: justify }
p,h1,h2,h3,h4,form { color: #ffff99; font-weight: normal; margin: 20px }
h1,h2,h3 { text-align: center }
.results,.league { color: #ffffcc }
p.results { font-size:100%; text-align: center }
.center { text-align: center }
.left { text-align: left }
.packed { margin: 0px }

/* IMAGES POSITIONING */
img { margin: 10px; border-width: 3px }
img.right { float: right }
img.left { float: left }
.middle { vertical-align: middle; border-width: 0px }

/* TABLES */
/* Center all tables by default */
table { margin-left: auto; margin-right: auto; text-align: center }
table.results,table.league { border-collapse: collapse; font-family: courier, serif }
table.league { text-align:right }
table.results { text-align:left }
table.links { font-size: 100%; width:85% }
th { font-weight:bold }
tr.hibs { color:#99ff99; font-weight:bold }
td,th { padding :0px 5px; vertical-align: top }
td.rel { border-top:#ffffcc dotted 1px }

/* LINKS */
a:link {color:#FF99FF}
a:visited {color:#cc33cc}
a:hover {color:#cc33cc}
a:active {color:#cc33cc}

