/* 4X4Explore.com Forest Service Ranger District style sheet */

body {
 color: black; 
 background-color: white;
}

p {
 font-size: small;
}

table {
 width: 650px; 
 padding: 4px;
 font-size: small;
 border-collapse: collapse;
 border: 1px solid black;
}

td {
 font-size: small; 
 border: solid 1px black; 
}

th {
 font-size: small; 
 background-color: silver; 
 text-align: center;
 border: solid 1px black; 
}

td.easy {
 color: black; 
 background-color: lime; 
 text-align: center;
}

td.mod {
 color: white; 
 background-color: blue; 
 text-align: center;
}

td.dif { 
 color: white; 
 background-color: black; 
 text-align: center;
}

td.ext { 
 color: black; 
 background-color: red; 
 text-align: center;
}

td.rdnum { 
 text-align: center;
}

td.miles { 
 text-align: right;
}

td.closed { 
 background-color: silver; 
 text-align: right;
}

table#notes {
 width: 650px;
 padding: 4px;
 font-size: small;
 border: 0px;
}

td#notes {
 font-size: small;
 border: 0px;
}