body {
 background:url(images/bg-shadow.jpg);
 background-position: center;
 background-repeat:repeat-y;
 color: black;
 font-family: arial;
 font-size: 12px;
 line-height: 18px;}

a:link {
 color: #97281E; }

a:visited {
 color: #1F2F34;}

a:hover {
 color: #130797;
 text-decoration: none;}
 
a:hover.coolie img {
 filter:alpha(opacity=75);
 -moz-opacity:.75;
 opacity:.75;}

h3 {
 font-size: 16px;
 margin-left: 25px;
 display: block;
 border-bottom: black 1px solid;}

input {
 border: 1px black solid;
 background-color: white;}

select {
 border: 1px black solid;
 background-color: white;}

textarea {
 border: 1px black solid;
 background-color: white;}

.righty {
 float: right;
 clear: right;
 margin: 10px;}

.lefty {
 float: left;
 clear: left;
 margin: 10px;}