a:link {
    color: darkblue;
    text-decoration: underline;
    font-family: Verdana;
    font-size: 12px;
    font-weight: bold;
}
a:visited {
    color: #660033;
    font-family: verdana;
    font-size: 12px;
    text-decoration: underline;
    font-weight: bold;
}

a.addme:link { text-decoration: none }
a.addme:visited { text-decoration: none }


body { 
  margin: 0; 
  padding: 0; 
  background: #00302D; 
  font-family: Helvetica, sans-serif; 
  line-height: 1. 4em; 
}
p { 
  margin: 0; 
  padding: 0; 
}

#wrap { 
  margin: 0 auto; 
  width: 900px; 
}


table {
      font-family: Helvetica, sans-serif; 
      line-height: 1. 4em;
      color: #000000;
      background-color:#D17854;
      #background-image: url(../images/leather_background_04.jpg);
      #background-color: Silver;
}
td,textarea, input, select {
    font-family: Helvetica, sans-serif; 
    line-height: 1. 4em;
    #color: #000000;   
}
.tableDetail {
    font-size: 11px;
}

h3{
  margin-top:0;
  text-align:left;
  color: black;
  font-size:1.5em;
}

#copyright{
  position:relative;
  left:0%;
  bottom:0%;
  color:black;
  font-size:0.9em;
}
h2{
  margin-top:0;
  text-align:center;
  color: black;
  font-size:4.0em;
  font-family:Comic Sans MS;
}
#error{
background-color: #f77f01;
}



