/* external css file */
/* filename 'dave.css' */

body {
color: #000000;
background-color: #ffffcc;
margin: 0;
padding: 0;
font-family: verdana, Arial, Helvetica, sans-serif;
}

a:link {color: #990000;}
a:active {color: #ffcc00;}
a:visited {color: #cc6666;}

.nav {
color: #ffcc00;
background-color: #990000;
font-variant: small-caps;
}

a.nav:link, a.nav:active, a.nav:visited {
color: #ffcc00; text-decoration: none;
}

.footer {
text-align: center;
vertical-align: bottom;
}

.tall {
height: 100%;
}

.hr {
color: #990000;
}

.heading {
color: #990000;
}

.copy {
font-size: x-small;
color: #999999;
}

.normal {
text-indent: 15px;
text-align: justify;
line-height: 1.4;
}

.center {
text-align: center;
}

.list {
list-style-type: none;
}

a.aux:link, a.avx:active, a.aux:visited {
color: #990000;
text-decoration: none;
}

.aux {
text-align: right;
}

.sup {
vertical-align: super;
font-size: smaller;
}

.w3 {
border: 0;
width: 88px;
height: 31px
}
