body {
 background: URL('images/bg.jpg') repeat;
 width: 100%;
 margin: 0px;
 font: 14px Arial, sans-serif;
 line-height: 1.5;
 color: #ffffff;
}

h1 {
 font: 29px Arial, sans-serif;
 color: #ffffff;
 line-height: 1.8;
 font-weight bold;
 margin: 5px 0px 5px 0px;
}

h2 {
 font: 18px Helvetica, Arial, sans-serif;
 color: #0d3c36;
 font-weight: bold;
 margin: 4px 0px 4px 0px;
}

form {
 margin: 0px;
 padding: 0px;
}

#submitButt {
 height: 28px;
 margin-bottom: 6px;
}

a {
 font: 14px Arial, sans-serif;
 color: #ffffff;
 text-decoration: none;
}

a:hover {
 text-decoration: underline;
}

.checky {
 line-height: 1;
 margin: 5px 0px 0px 4px;
}

td {
 font: 16px Palatino, 'Times New Roman', serif;
 color: #0d3c36;
 line-height: 1.8;
}

td a {
 font: 14px Arial, sans-serif;
 color: #0d3c36;
 text-decoration: underline;
 line-height: 1.8;
}

td a:hover {
 text-decoration: none;
}

small {
 font: 14px Palatino, 'Times New Roman', serif;
 line-height: 1.8;
 display: block;
 margin: 2px 0px 2px 0px;
}

small a {
 font: 14px Arial, sans-serif;
 color: #ffffff;
 text-decoration: none;
}

small a:hover {
 text-decoration: underline;
}

.redAlert {
 font: 16px Helvetica, Arial, sans-serif;
 color: #ee0000;
}