
/*Screen layout: */

/* border: 4px solid #286ea0; */

body {
margin: 75 auto;
padding: 25;
font: 76% Verdana,Tahoma,Arial,sans-serif;
background-image: url('strap.gif');
background-repeat: no-repeat;
background-position: 150px 50px;
}

h1 {
color: #2f4696;
}

h2 {
color: #2f4696;
}

h3 {
color: #2f4696;
}

a {
list-style: circle outside; color:green;
text-decoration: none;
color: #2f4696;
}

a:hover {
text-decoration: underline;
color: #ff0000;
}

a img {
border: 0;
}

.left {
margin: 10px 10px 5px 0;
float: left;
}

.right {
margin: 10px 0 5px 10px;
float: right;
}

.textright {
text-align: right;
}

.center {
text-align: center;
}

.small {
font-size: 0.8em;
}

.bold {
font-weight: bold;
}

.hide {
display: none;
}

address {
display:none;
}
