/* HaHH CSS Style Sheet */
/* Defines body background, size & background in navbar cells, links in navbar cells, text in copyright blurb, links in copyright blurb */



/* Define every page background color */

body
{
	background-color: #131215;
}



/* Define td class & attributes in navbar */

td.navbarcell
{	
	background-color: #b15d1b;
	width: 160px;
	height: 16px;
	text-align: center;
}



/* Define link class & attributes in navbar */

a.navbarlink
{
	background-color: #b15d1b;
	width: 160px;
	height: 16px;
	color: black;
	text-align: center;
	font-family: papyrus;
	font-size: 10pt;
	text-decoration: none;
}

a.navbarlink:link
{
	color: black;
}

a.navbarlink:visited
{
	color: black;
}

a.navbarlink:hover
{
	width: 160px;
	height: 16px;
	color: #c1b9bb;
	font-weight: normal;
}

a.navbarlink:active
{
	color: #c1b9bb;
	font-weight: normal;
}



/* Define p class & attributes in copyright blurb */

p.copyright
{
	text-align: center;
	color: #b15d1b;
	font-family: arial;
	font-size: 8pt;
}



/* Define link class & attributes in copyright blurb*/

a.copyrightlink
{
	color: #b15d1b;
    text-decoration: none;
}

a.copyrightlink:link
{
	color: #b15d1b;
    text-decoration: none;
}

a.copyrightlink:visited
{
	color: #b15d1b
    text-decoration: none;;
}

a.copyrightlink:active
{
	color: #b15d1b;
    text-decoration: none;
}

a.copyrightlink:hover
{
	color: #c1b9bb;
    text-decoration: none;
	font-weight: normal;
}



/* Define td attributes in gallery picture cells */

td.gallerypicture
{
	background-color: #131215;
	width: 266px;
	height: 180px;
	text-align: center;
}



/* Define td attributes in gallery picture heading cells */

td.galleryheading
{
	background-color: #131215;
	width: 266px;
	height: 20px;
	font-family: papyrus;
	color: #b15d1b;
	font-size: 11pt;
	text-align: center;
	text-decoration: none;
}




