/* CSS DEFINITIONS FOR DAVE'S PERSONAL PAGE */

body { color: #330066; background-color: #000000; }
h1 { color: #aaaaaa; text-align: center; }

.white { color: white; }
.gray { color: gray; }
.navy { color: navy; }
.black { color: black; }

a:link { color: navy; text-decoration: none; }
a:visited { color: navy; text-decoration: none; }
a:hover { color: #003366; text-decoration: none; }
a:active { color: #003366; text-decoration: none; }
#wrapper { width: 90%; }
#leftcolumn { width: 50%; min-width: 400px; }
#rightcolumn { float: right; }

.navy_link a:link,
.navy_link a:visited,
.navy_link a:focus,
.navy_link a:hover,
.navy_link a:active { color: navy; text-decoration: none; }

.black_link a:link,
.black_link a:visited,
.black_link a:focus,
.black_link a:hover,
.black_link a:active { color: black; text-decoration: none; }