body {
 background-color: white;
 }
A:link {
 color: #FF6040;
 text-decoration: none;
 }
A:visited {
 color: #FF6040;
 text-decoration: none;
 }
A:hover {
 color: #FF6040;
 text-decoration: none;
 }

p { 
 font-family: verdana,arial,helvetica,sans-serif;
 font-size: 10px;
 text-align: justify;
 }

p.error { 
 font-family: verdana,arial,helvetica,sans-serif;
 font-weight: bold;
 color: #ff6040;
 font-size: 20px;
 text-align: center;
 }

h1 { 
 font-family: verdana,arial,helvetica,sans-serif;
 font-weight: bold;
 font-size: 14px;
 text-align: justify; 
 }

h1.error { 
 font-family: verdana,arial,helvetica,sans-serif;
 font-weight: bold;
 font-size: 24px;
 text-align: justify; 
 }

button {
 background-color : #cfcfcf;
 vertical-align: bottom;
}

input {
 background-color : #ffffff;
 font-family : verdana, arial, helvetica;
 font-size: 11px;
 color: #000000;
 //border-style: solid;
 //border-width: 1px;
 //border-color: #444555;
}

input.submit { 
 background-color : #cfcfcf;
 font-family : verdana, arial, helvetica;
 font-size: 11px;
 color: #000000;
 border-style: solid;
 border-width: 1px;
 //border-color: #444555;
}

textarea { 
 font-family : verdana, arial, helvetica;
 font-size: 11px;
 color: #000000;
 }

.post { 
 text-align: center;
 }

p.post { 
 font-size: 10px;
 }

table.passwd { 
 border-style: solid;
 border-width: 1px;
 }
