
body {
    color: #003366;
    padding: 0;
    margin: 0;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    min-width: 800px;
}

.main {     background-color: #f3f3e9; text-align:center; 
}

/* generic link style across site */

a:link, a:visited {
    color: #003366;
    text-decoration: underline;
    font-weight: bold;
}

a:hover {
    color: #0033CC;
    text-decoration: underline;
    font-weight: bold;
}

a.highlighted {
    color: #ff0000;
    text-decoration: underline;
    font-weight: bold;
}


/* Banner style */

.banner { font-size: 36px;  color: #0033CC; text-align: center;}
.banner2 { font-size: 36px; background-color: #0033CC; color: #FFFFFF; text-align: center; width: 600px; height: 70px; vertical-align:middle}
.showtitle { font-size: 36px; background-color: #0033CC; color: #FFFFFF; text-align: center; font-weight:bold}

/* use for column or other headings */

.header { font-size: 18px; font-weight: bold; color: #0033CC; text-align: center;}
.header2 { font-size: 18px; font-weight: bold; color: #0033CC; text-align: center; text-decoration:underline}

.rayfont { font: "Tempus Sans ITC"}

.footer {font:Verdana, Arial, Helvetica, sans-serif; font-size:9px; text-align:center;}

.style1 { color: #003366; }
.style2 { color: #0066ff; }
.style3 { color: #ff0000; }

.darkhorsesArtists { font-size: 36px;  color: #ffffff; text-align: center;}
