#header {
        position: relative;
        height: 200px;
        /* background: #3371A3; */
        background: #F76802;
        background-position: top right;
        }

ul.menu li a:hover {
        background: #333;
        color: #eee;
	background: white;
	color: #F76802;
        text-decoration: none;
        }

/*- Links */

#primary a:hover, #primary a:visited:hover,
.secondary a:hover, .secondary a:visited:hover {
        text-decoration: underline;
        }

h2 a:hover, h2 span a:hover {
        color: #F76802 !important; 
/*        color: #27d !important; */
        }

a {
        color: #F76802;
        text-decoration: none;
        }

.entry-content a:visited {
        color: #b41;
        }

#player1, #player2, #player3 {text-align: center;}
