body {
background: gainsboro url('bit.gif');
background-repeat: repeat-x;
margin-top: 0px;
font-family: tahoma, arial;
font-size: 12px; color: black;
}
a {
color: #0000CD;
text-decoration: none;
}
a:link {
color: #0000CD;
text-decoration: none;
}
a:visited {
color: #9400D3;
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
table {
text-align: justify;
font-family: verdana, tahoma;
font-size: 12px;
}
p {
text-indent: 2em;
}
div {
width: 180px;
height: 20px;
text-align: center;
letter-spacing: 0.1em;
background: none;
color: white;
font-family: verdana, arial, tahoma;
font-size: 16px;
font-weight: bold;
border-right: 1px solid white;
border-left: 1px solid white;
border-top: 1px solid white;
}
h1 {
text-align: center;
letter-spacing: 0.1em;
background: gainsboro;
color: darkgray;
width: 180px;
font-size: 12px;
font-weight: bold;
border-bottom: 2px solid darkgray;
border-right: 2px solid silver;
}
h2 {
text-align: right;
font-family: arial, tahoma;
font-size: 12px;
color: white;
font-style: italic;
background-color: #4682B4;
border-right: 2px solid  #6495ED;
letter-spacing: 0.15em;
}
h3 {text-align: right;
font-family: tahoma;
font-size: 10px;
color: dimgray;
font-style: italic;
}