a {
font-weight: bold;
color: #cccccc;
text-decoration: none;
font-family: verdana;
font-size: 10pt;
}
a:hover {
font-weight: bold;
color: #cccccc;
text-decoration: underline;
}
a:active {
font-weight: bold;
color: #cccccc;
text-decoration: underline;
}
body{
font-family: verdana;
font-size: 10pt;
color: #000000;
text-decoration: none;
background-color: #216997;
}
.form .row {
padding-top:5px;
}