/*  This will make the background color of the website Tan.

body {
  background-color:#193020;
}

*/

html,body {  
background-color:#EAE3CC;
margin-top:-1px;
margin-left:-1px;
margin-right:-1px;
margin-bottom:-1px;
height: 100%;  
margin: 0;  
padding: 0;
}

a:link {
  color:#294229;
  text-decoration:none;
}

a:visited {
  color:#294229;
  text-decoration:none;
}

a:hover {
  color:#6A5ACD;
  text-decoration:underline;
} 

.required {
  color: #000000;
  text-align: right;
  font-weight: bold;
  font-size: 13px;
  font-family: arial;
}

.warn {
  margin-top:8px;
  color: red;
  text-align: center;
  font-weight: bold;
  font-size: 11px;
  font-family: arial;
}


.success {
  margin-top:25px;
  color: green;
  text-align: center;
  font-weight: bold;
  font-size: 11px;
  font-family: arial;
}

.content {
  text-align: center;
  font-size: 13px;
  font-family: arial;
}

