/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* This document is a Cascading Style Sheet (CSS).
It should be located in the SAME DIRECTORY as all
the HTML files that call it.  It may be copied to other
directories, but the image URLs listed below must have their
paths updated. Colors are in the web-safe palette. */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* Theme: NUE Gold */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
BODY
{ 
background: white url("images/goldlattice.jpg");
background-repeat: no-repeat;
background-attachment: fixed;
color: black; 
font-family: Verdana, Arial, Helvetica, sans-serif;
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

P, OL, UL, H1, H2, H3, H4, H5, H6, DT, DD, TD, TH
{ 
font-family: Verdana, Arial, Helvetica, sans-serif;
color: black; 
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
a:link 
{
color: black;
}
a:visited 
{
color: blue;
}     
a:hover 
{
color: red; 
}        

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
a.main:link 
{
color: black;
text-decoration: none;
font-weight: bold;
}
a.main:visited 
{
color: black;
text-decoration: none;
font-weight: bold;
}     
a.main:hover 
{
color: red; 
text-decoration: underline;
font-weight: bold;
}      
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
a.sub:link 
{
color: #333333;
text-decoration: none;
font-size: 85%;
}
a.sub:visited 
{
color: #333333;
text-decoration: none;
font-size: 85%;
}     
a.sub:hover 
{
color: red; 
text-decoration: underline;
font-size: 85%;
}  
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
P.special, TD.special, TH.special
{ 
font-family: Verdana, Arial, Helvetica, sans-serif;
border: thin solid black;
background: #FFFF99 none;
color: black;
}  
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
P.menu, TD.menu, TH.menu
{ 
font-family: Verdana, Arial, Helvetica, sans-serif;
border: thin solid black;
background: #ffcc00 none;
color: black;
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
B, STRONG
{ 
font-family: Verdana, Arial, Helvetica, sans-serif;
color: #cc9900;
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
B.normal, STRONG.normal
{ 
font-family: Verdana, Arial, Helvetica, sans-serif;
color: black;
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

/* Sm class table, paragraph, and blockquote
elements have a smaller font, of dark
forest color in sans-serif. */

TD.sm, TH.sm, P.sm, BLOCKQUOTE.sm, B.sm, I.sm, DD.sm, LI.sm
{ 
font-family: Arial, Helvetica, sans-serif;
color: black;
font-size: 85%;
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

/* Unordered lists start with a solid disc as a bullet. */

UL
{
list-style-type: disc;
}

