html {height:100%}

body {
background-color: #186312;
background-image: url('images/greenpattern.jpg');
background-attachment: fixed;
font-family: Arial;
color: #000000;
margin:0;
}

a:link, a:visited{ 
background:transparent; 
font-weight:bold;
text-decoration:none; 
color:#186312;
}

a:hover{ 
background:transparent; 
font-weight:bold;
text-decoration:underline; 
color:#186312;
}

a:active{ 
background:transparent; 
font-weight:bold;
text-decoration:underline; 
color:#000000;
}

html, body { 
height:100%; 
width:100%; 
overflow:auto; 
} 

.headline {color:#186312;
font-size:18pt;
}

.textboxborder {border-width:3px;
border-style: solid;
border-color:#ffffff;
}

.textbox {background-color:#feefc8;
background-image: url('images/ltcreampattern.jpg');
}

.quote {color:#186312}

.quotebox {border-top-style: double; 
border-top-color: #186312; 
border-top-width: 3px;
border-bottom-style: double; 
border-bottom-color: #186312; 
border-bottom-width: 3px;
}

a.menu:link, a.menu:visited{ 
background:transparent; 
text-decoration:none; 
color:#FFFFFF;
}

a.menu:hover{ 
background:transparent; 
text-decoration:underline; 
color:#FFFFFF;
}

a.menu:active{ 
background:transparent; 
text-decoration:underline; 
color:#FFFFFF;
}

.menutext {color:#FFFFFF}

.menubox {border-style:solid;
border-color:#FFFFFF;
border-width:2px;
background-color:#000000
}