/* $Id: style.css,v 2.3 2004/12/31 00:33:51 root Exp $ */

body  { font-family: Arial, Helvetica, Sans Serif; font-size: 10pt; }
h1    { color: white; font-size: 18pt; font-weight: bold; font-family: Arial, Helvetica, Sans Serif; }

/* Generic styles */

.albumtitle  { color: yellow; font-size: 12pt; font-weight: bold; text-decoration: none; }
.albumtitle:hover  { text-decoration: underline; }
.albumsub    { color: yellow; font-size: 10pt; font-weight: bold; }
.caption     { color: black; font-size: 12pt; font-weight: bold; }

/* Basic tables with no alignment and minimal attributes */

td    { font-family: Arial; font-size: 10pt; }
th    { font-family: Arial; font-size: 10pt; font-weight: bold; }

/* Link styles */

a.albumlink             { color: yellow; font-weight: bold; font-size: 12pt; text-decoration: none; }
a.albumlink:active      { color: maroon; }
a.albumlink:hover       { text-decoration: underline; }

a.albumselected         { color: maroon; font-weight: bold; font-size: 12pt; text-decoration: none; }
a.albumselected:hover   { text-decoration: underline; }

/* Input control styles */

input.editbutton { font-size: 8pt; font-weight: bold; height: 20px; }
