body {
background-color: #1a1872;$
}

h1, h2, h3, h4 {
font-family: helvetica, arial, sans-serif; 
color: #ffffff;
}

p, td {
font-family: times, times new roman, serif; 
color: #6699cc;
}

a:link {
font-family: helvetica, arial, sans-serif; 
color: #ffffff;
}
a:visited {
font-family: helvetica, arial, sans-serif; 
color: #ffffff;
}
a:hover {
font-family: helvetica, arial, sans-serif; 
color: #ffffff;
background-color: #ff6600;
}
a:active { 
font-family: helvetica, arial, sans-serif; 
color: #ff6600;
background-color: #000000;
}
a:focus {
font-family: helvetica, arial, sans-serif; 
color: #ffffff;
background-color: #ff6600;
}

.comment {
font-size: 10px; 
text-align: right;
}

.sansbold {
font-family: helvetica, arial, sans-serif; 
font-weight: bold; 
color: #ffffff;
}

.sansboldorange {
font-family: helvetica, arial, sans-serif; 
font-weight: bold; 
color: #ff6600;
}

.blue {
color: #1a1872;
}
.orange {
color: #ff6600;
}

.textblock {
padding-top: 16px;
padding-left: 24px;
padding-right: 24px;
padding-bottom: 16px;
width: 400px;
background-color: #1a1872;
text-align: left;
}

hr {
height: 3px;
background-color: #ff6600;
border: 0px solid #ff6600;
}

/* ??? */

.block {
letter-spacing: -0.08em;
border-bottom-style: solid;
border-bottom-color: #69071c;
border-bottom-width: 22px 
}

form {
font-family: helvetica, sans-serif; 
font-size: 15px; 
color: #ffffff;
background-color: #1a1872;
}


