img, form, html, body { padding: 0; margin: 0; border: 0; }

img {
	 border:  1px solid #999999;
}

body {
    font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
    font-size: 14px;
    line-height: 22px;
    background-color: #660000;
    color:ivory;
    text-align: left;
}

body a, body a:link {
	color: #999999;;
}

a, a:link {
    color: #660000;
}

a:hover {
    text-decoration: underline;
    color: white;
}

#container {
    width: 790px;
    margin: 7px auto 0 auto;
    border:  1px solid #666666;
}

#navbar {
    font-family: cursive;
    color: white;
    text-align: right;
}

#navbar a:link, #navbar a:active, #navbar a:visited{
    padding:3px;
    margin-bottom: 3px;
    text-decoration:none;
    font-size:16px;
    color: #BDBDBD;
    display: block;
    // border: 1px solid #999999;
}

#navbar a:hover {
    color: white;
    // background-color: lightblue;
}

.alert { background-color: lightyellow; color: firebrick; text-align: center; font-size: 14px; }

small a:link {
	color: #999999;
}

div.autocomplete {
  margin:0px;
  padding:0px;
  width:250px;
  background:#fff;
  border:1px solid #888;
  position:absolute;
  font-size: 12px; line-height: 16px;
}

div.autocomplete ul {
  margin:0px;
  padding:0px;
  list-style-type:none;
}

div.autocomplete ul li.selected {
  background-color:#ffb;
}

div.autocomplete ul li {
  margin:0;
  padding:2px;
  height:32px;
  display:block;
  list-style-type:none;
  cursor:pointer;
}

h1 { font-size: 24px; font-weight:bold; color: ivory; margin: 0; padding: 0; }
h2 { margin-left: 0; margin-bottom: 12px; margin-right: 0; margin-top: 10px; font-size: 24px; font-weight:normal; color: ivory; padding: 10px; border-top: 1px solid #666666; border-bottom: 1px solid #666666; width: 300px;  }
h3 { font-size: 16px; font-weight: bold; color: ivory; margin: 0; padding: 0; }

table {
    font-size: 14px;
    line-height: 22px;
}

.box {
    border: 1px solid #999999;
}

.bb {
	 border-bottom:  1px solid #666666;
}

.current {
	color: white !important; 
	font-weight: bold;
}