/* CSS Document */

body {
color: white;
background-color: black;
font-family: Verdana, Arial, Helvetica, sans-serif;
}
table tr:first-child + tr td {
font-size: 0.68em; /* 13px; /* <font size="1"> */
}
table tr:first-child + tr + tr + tr td {
font-size: 0.85em; /* 13px; /* <font size="2"> */
}
/* LVHA: LoVe HAte */
a:link {
color: #f90; /* their gold */
background-color: inherit;
text-decoration: underline;
}
a:visited {
color: #f90; /* their gold */
background-color: inherit;
text-decoration: underline;
}
a:hover {
color: #f90; /* their gold */
background-color: inherit;
text-decoration: none;
}
table#contact_sheet {
width: 700px;
}
table#contact_sheet tr td div > a > img {
text-decoration: none;
border: none;
margin-bottom: 40px;
}
a[href^="mailto:"] {
font-size: 1em; /* <font size="4"> */
}
a[href^="mailto:"]:link {
color: #f90; /* their gold. was blue */
background-color: inherit;
}
a[href^="mailto:"]:active {
color: white;
background-color: inherit;
}
