/* CSS for Windsor CC */

body {
 font-family: Helvetica, Arial, sans-serif;
 background-color: #f0fff0;
}

h1 {
 font-size: x-large;
 background-color: green;
 color: white;
 padding-top: 1em;
 padding-bottom: .2em;
 font-weight: bold;
 text-align: center;
}

h2 {
 font-size: x-large;
 background-color: red;
 color: white;
 padding-top: 15px;
 font-weight: normal;
 text-align: center;
}

h3 {
 font-size: large;
 font-weight: bold;
 text-align: center;
}

p {
 font-size: medium;
 font-weight: normal;
}

p.anchor {
 text-align: center;
 font-size: small;
}

table {
 border-collapse: collapse;
 border: 1px solid gray;
}

th {
 text-align: center;
 background: gray;
 color: white;
 padding: 0.2em;
 border: 1px solid black;
}

td {
 border: 1px solid gray;
 padding: 0.2em;
}

table.head {
 border-collapse: collapse;
 border: 1px solid gray;
 width: 100%;
}

table.head th {
 text-align: center;
 background: green;
 color: white;
 padding: 0.2em;
 border: 1px solid black;
}

table.head td {
 border: 2px solid black;
 padding: 0.2em;
}

table.nav {
 border-collapse: collapse;
 border: 1px solid black;
 background: red;
}

table.nav td {
 border: 1px solid black;
 padding: 0.2em;
}

table.full {
 border-collapse: collapse;
 border: 1px solid gray;
 width: 100%;
}

table.full th {
 text-align: left;
 background: gray;
 color: white;
 padding: 0.2em;
 border: 1px solid black;
}

table.full td {
 border: 1px solid gray;
 padding: 0.2em;
}

table.choose {
 border-collapse: collapse;
 border: 1px solid gray;
 width: 50%;
}

table.choose th {
 text-align: center;
 background: gray;
 color: white;
 padding: 0.2em;
 border: 1px solid black;
}

table.choose td {
 border: 1px solid gray;
 padding: 0.2em
}

a:link {
 color: black;
 font-weight: bold;
 text-decoration: none;
}
a:visited {
 color: gray;
 font-weight: bold;
 text-decoration: none;
}
a:hover {
 text-decoration: underline;
}
a:active {
 color: red;
 font-weight: bold;
 text-decoration: none;
}
