
/* World University Equestrian Championship 2000, formatting rules */
/* Andreas Steidle */
 
body {
        background: #EDD1AA;  /* rgb(237,209,170) */
        color: #361B08;
        font-family: verdana, sans-serif;
        font-size: 90%;
        margin-left: 40;
        margin-right: 40;
}
 
hr.line { color: #301502; height: 1; }

/* for sloppy NS4X CSS implementation only */
p,td,th,li,div {
        font-family: verdana, sans-serif;
        font-size: 90%;
}


h1.title {    font-size: 140%; margin-bottom: 0.5em; }
h2.title {    font-size: 120%; margin-top: 0; }
h3 {    font-size: 120%; }
h4 {    font-size: 100%; }

a:link    { color: #A05010; text-decoration: none;  }
a:visited { color: gray; text-decoration: none; }

.center { text-align: center; }

div.header { text-align: center; padding-bottom: 1.5em; font-size: 130%; }
div.footer { text-align: center; padding-top: 0em; font-size: 80%; }

.comment { color: red; text-align: center; font-size: 120%; font-weight: bold; }

@media print { 
        .notPrinted { display: none; }
}
