a:link {
    color: #096E18;
    text-decoration: underline;
    font-family: Verdana;
    font-size: 11px;
    font-weight: bold;
}
a:visited {
    color: #A20B0D;
    font-family: verdana;
    font-size: 11px;
    text-decoration: underline;
    font-weight: bold;
}
a:hover {
    color: #A20B0D;
    font-family: verdana;
    font-size: 11px;
    font-weight: normal;
    font-style: normal;
    line-height: normal;
    font-variant: normal;
    font-weight: bold;
    text-decoration: underline;
}
a.addme:link { text-decoration: none }
a.addme:visited { text-decoration: none }
a.addme:hover { text-decoration: underline }

body {
    font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
    margin-bottom: 0px;
    font-size: 11px;
    font-style: normal;
    line-height: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    background-color: Silver;
    }
table {
      font-family: Verdana, Arial, Helvetica, sans-serif;
      font-size: 11px;
      color: :#DFEFFF;
      background-color: Silver;
    }
td,textarea, input, select {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #000000;
}
.tableDetail {
    font-size: 10px;
}

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

#copyright{
  position:relative;
  left:30%;
  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: #FF6699;
}


