body{
background: url('tile_tartan.jpg') repeat-y;
color: #004100;font: normal 12px arial, helvetica, sans-serif;
text-align: center;
}
input, textarea{
color: #004100;font: normal 12px arial, helvetica, sans-serif;
}
div#container{
margin: 0px auto;
text-align: left;
width: 90%;
}
div#t_nav{
background-color: #004100;color: white;
margin-top: 5px;
padding: 4px 0px;
width: 100%;
}
div#t_nav a{
border: 1px solid white;
color: white;
margin: 0px 2px;
padding: 0px 5px;
text-decoration: none;
}
div#t_nav a:hover{
background-color: white;
color: #004100;}

div#b_nav{
background-color: #004100;color: white;
padding: 4px 0px;
text-align: center;
width: 100%;
}
div#b_nav a{
color: white;
text-decoration: none;
}
div#b_nav a:hover{
text-decoration: underline;
}
div#content{
border: 2px solid #004100;margin: 5px 0px;
padding: 5px;
}
a{
color: #004100;}
a:hover{
text-decoration: none;
}
