/* CONTENT STYLESHEET */

/* STANDAARD */

    html {
    	 font-family: verdana,geneva,arial,helvetica,sans-serif;
        }

p, th, td, input, textfield, select, option, li, a, address, #footer, #footer span, #player1 {
    font-size:12px;
    line-height:150%;
	}
	th, td {
		vertical-align:top;
		}
h1,h2,h3,h4,h5,h6 {font-family: lucida sans-serif,arial,helvetica,sans-serif;}

h1 {
    margin:0px 25px 10px 25px;
    color:#f00;
    font-weight:bold;
    font-style:normal;
    font-size:45px;
    letter-spacing:-0.05em;
}

*+ html h1 {
    letter-spacing:-0.05em;
}

h2 {
    margin:0px 25px 5px 25px;
    color:#f00;
    font-weight:bold;
    font-style:normal;
    font-size:25px;
}
h3 {
    margin:20px 25px 5px 25px;
    color:#000;
    font-weight:bold;
    font-style:normal;
    font-size:20px;
}
h4 {
    font-weight:normal;
    font-style:italic;
    font-size:11px;
}
h5 {}
h6 {}
p {
    color:#fff;
    margin:5px 25px;
    font-weight:normal;
}

hr {
    height:0px;
    background:0px;
    margin:10px 25px;
    border:0px;
    border-bottom:1px dotted #4a4a4a;
}

#text h1,
#text h2,
#text h3,
#text h4,
#text h5,
#text h6,
#text p,
#text hr {
    margin-left:0px;
    margin-right:0px;
}

a {
    color:#fff;
    text-decoration:underline;
    }
    a:hover {
        color:#f00;
    }
    a:active {outline:0px;
    }
    a:visited {
    }
    a:focus {outline:0px;
    }   
    
em {}
strong {}

ul {
    margin:0 0 0 25px;
    }
ol {
    margin:0 0 0 25px;
    }
    ol li {
    }
li {
	color:#333;
}