/*Body*/
body
{
color:#ffffff;
font-family:verdana, sans-serif;
background-color:#050505;
}

/*Headings*/
h1 {color:#ff0000;}
h2 {color:#ffff00;}
h3 {color:#ffff00;}
h4 {color:#ffff00;}
h5 {color:#ffff00;}
h6 {color:#ffff00;}

/*Links*/
a:link {color:#ff9900;}
a:visited {color:#ff5500;}
a:hover {color:#ffff00;}
a:active {color:#ff0000;}

/*Navigation Bar Links*/
a.navbar
{
text-decoration:none;
}

a.navsub
{
text-decoration:none;
font-size:smaller;
}

/*Gallery Links*/
a.gal
{
text-decoration:none;
}

a.tgal
{
text-decoration:none;
font-size:larger;
}

/*Tables*/
table
{
width:1000px;
background-color:#480000;
border-collapse:collapse;
text-align:justify;
}

td
{
padding:5px 5px 5px 5px;
vertical-align:top;
}

td.upper
{
background-color:#200000;
text-align:center;
}

td.navigation
{
width:150px;
background-image:url(bg1.jpg);
background-repeat:repeat-x;
background-position:top;
text-align:center;
}

td.line
{
width:2px;
background-color:#000000;
padding:0px 0px 0px 0px;
}

td.artwork
{
background-color:#000000;
}

td.stripe
{
width:5px;
background-color:#200000;
background-image:url(bg1.jpg);
background-repeat:repeat-x;
background-position:bottom;
}

td.desc
{
padding:5px 20px 5px 5px;
}

table.gallery
{
width:800px;
background-color:#000000;
text-align:center;
}

table.textgallery
{
width:800px;
font-family:verdana;
text-align:left;
color:#ffffff;
font-size:smaller;
}

table.poetry
{
width:700px;
background-color:#909988;
text-align:left;
color:#000000;
}

/*Text*/

p.copyright
{
font-size:smaller;
}
