body { background: #eeeeee url(bg.jpg);
       color:#000000;
       font-family: trebuchet ms;
}

.img { border:solid #ffffff 3px;
       margin: 2px;
       outline: solid #dfdfdf 1px;
}

blockquote { 
border-left: solid #c50000 5px;
padding-left: 7px;
}

input { 
background: #ffffff;
border: solid #eeeeee 1px;
color: #000000;
}

select { 
background: #ffffff;
border: solid #eeeeee 1px;
color: #000000;
}

textarea { 
background: #ffffff;
border: solid #eeeeee 1px;
color: #000000;
}

.codesort li {
	display: inline;
	padding-right: 0.5em;
	}


div#nav a {
background: #ffffff;
border-left: solid #c50000 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: #ffffff;
border-left: solid #ff0000 5px;
color: #ff0000;
display: block;
font-size: 7pt;
font-weight: bold;
letter-spacing : 1px;
padding: 2 2 2 10;
text-align:left;
}

.nav { color:#ff0000;
       font-size: 8pt;
       font-style: italic;
       font-weight: bold;
       letter-spacing : 3px;
       padding-left: 5px;
}

.title { background: #ffffff;
         color:#000000;
         font-size: 13pt;
         font-style: italic;
         letter-spacing : 3px;
         padding: 7 10 5 10;
}

.content { background: #ffffff;
           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: #ff0000;
                 font-size: 15pt;
                 font-style: italic;
	         font-weight: bold;
                 letter-spacing : 3px;
	         text-transform: uppercase;
}

strong {
	color: #790000;
        font-style: italic;
	font-weight: bold;
        letter-spacing : 1px;
	text-transform: uppercase;
}

a:link { color:#c50000;
         font-weight: bold;
         letter-spacing : 1px;
         text-decoration:none;
}

a:visited { color:#c50000;
            font-weight: bold;
            letter-spacing : 1px;
            text-decoration:none;
}

a:hover { color:#b7b7b7;
          font-weight: bold;
          letter-spacing : 1px;
          text-decoration:none;
}

a:active { color:#b7b7b7;
	   font-weight: bold;
	   letter-spacing : 1px;
           text-decoration:none;
}

