/*  This file is part of ChessGML (http://www.saremba.de/chessgml)
    See the file license.txt in the distribution's top-level directory
    (C) 2000 Andreas Saremba

    File Name:        chessgml.css,v  
    Version:          P0_01
    File Revision:    1.2
    CVS Checkin Date: 2000/04/08 14:45:11
    
    Purpose:          Cascading Style Sheet for the HTML files
                      generated from the ChessGML tournament samples
*/


BODY { 
   font-family: sans-serif;
   background-color: #ffdead;
}

/*
BODY { background-color: #ffe4a1 }
BODY { background-color: #ffdead }
*/


A { font-weight: bold;
    text-decoration: none }

A.won { color: blue }
A.lost { color: red }
A.draw { color: black }

TD.self   { background: #888888 }
TD.bye    { background: #888888 }
TD.w      { background: white }
TD.b      { background: #dddddd }
TABLE     { cellpadding: 10 }

A:hover {
    color: white;
	background: green
}

H2.players {}
H2.result { align: right }
P.moves {}

