body { background: #f1eed6 url(bg.jpg);
       color:#000000;
       font-family: trebuchet ms;
}

.img { border:solid #bdc4a4 1px;
       padding: 3px;
       margin: 1px;
}

blockquote { 
border-left: solid #959b73 5px;
padding-left: 7px;
}

input { 
background: #f7f4dc;
border: solid #959b73 1px;
color: #000000;
}

select { 
background: #f7f4dc;
border: solid #959b73 1px;
color: #000000;
}

textarea { 
background: #f7f4dc;
border: solid #959b73 1px;
color: #000000;
}

.codesort li {
	display: inline;
	padding-right: 0.5em;
	}


div#nav a {
background: #f7f4dc;
border-left: solid #bdc4a4 5px;
color: #000000;
display: block;
font-size: 7pt;
font-weight: bold;
letter-spacing : 1px;
padding: 2 2 2 10;
text-align:left;
}


div#nav a:hover {
background: #f7f4dc;
border-left: solid #959b73 5px;
color: #959b73;
display: block;
font-size: 7pt;
font-weight: bold;
letter-spacing : 1px;
padding: 2 2 2 10;
text-align:left;
}

.nav { color:#959b73;
       font-size: 8pt;
       font-style: italic;
       font-weight: bold;
       letter-spacing : 3px;
       padding-left: 5px;
}

.title { background: #ecedd8;
         border: solid #f1eed6 1px;
         color:#000000;
         font-size: 13pt;
         font-style: italic;
         letter-spacing : 3px;
         padding: 7 10 5 10;
}

.content { background: #f7f4dc;
           color:#000000;
           font-size:9pt;
           line-height:14px;
           padding: 10 15;
           width: 450px;
}


table { color:#000000;
	font-size:9pt;
        line-height:14px;
        
}

.capital-title { color: #afc7b8;
                 font-size: 15pt;
                 font-style: italic;
	         font-weight: bold;
                 letter-spacing : 3px;
	         text-transform: uppercase;
}

strong {
	color: #b5b98d;
        font-style: italic;
	font-weight: bold;
        letter-spacing : 1px;
	text-transform: uppercase;
}

a:link { color:#7c9064;
         font-weight: bold;
         letter-spacing : 1px;
         text-decoration:none;
}

a:visited { color:#7c9064;
            font-weight: bold;
            letter-spacing : 1px;
            text-decoration:none;
}

a:hover { color:#000000;
          font-weight: bold;
          letter-spacing : 1px;
          text-decoration:none;
}

a:active { color:#000000;
	   font-weight: bold;
	   letter-spacing : 1px;
           text-decoration:none;
}

