/* ©2003 eDirect */

body {
margin: 0px;
}
p {
font-family: "verdana", arial, times new roman;
font-size: 70%;
}
p.footer {
font-family: "verdana", arial, times new roman;
font-size: 60%;
}
h3 {
font-family: "verdana", arial, times new roman;
font-size: 80%;
}
.blue {
color: #0000FF;
}
.red {
color: #FF0000;
}
.textbox {
border: 1px solid #000;
}
.button {
color: #000;
border: 1px solid #000;
}
.date {
margin-top: 27px;
margin-right: 5px;
text-align: right;
}

/* links */

a:link { 
color: #0000FF; 
text-decoration: none;
}
a:visited {
color: #0000FF;
text-decoration: none;
}
a:hover {
color: #FF0000;
text-decoration: none;
}