/*******************************************
********************************************
********************************************

Cascading Style Sheet for the Misery Loves
Company web site created by Jack Naves.

www.geocities.com/keithdevey/

This file is used to format text and elements
contained within this website.

********************************************
********************************************
*******************************************/


/*******************************************
Header Tags (text properties)
*******************************************/  

h1, h2, h3, h4, h5, h6
{
	font-family: veranda, arial, sans-serif;
	color: #000000;
	font-weight: bold
}

/*******************************************
Body Tag
*******************************************/
   
body
{
	background-color: #000000; /***Background Color of the web page***/
	color: #FFFFFF;
	font-family: arial, sans-serif;
	font-size: 10pt
}
	
/*******************************************
Paragraph Tag
*******************************************/

p
{
	color: #000000;
	font-family: arial, sans-serif;
	font-size: 10pt;
	vertical-align: top
}

/*******************************************
Table Tags
*******************************************/

table
{
	border-top: solid 1px #000000;
	border-right: solid 1px #000000;
	color: #000000;
	font-family: arial, sans-serif;
	font-size: 10pt;
}

td
{
	border-left: solid 1px #000000;
	border-bottom: solid 1px #000000;
	color: #000000;
	font-family: arial, sans-serif;
	font-size: 10pt;
}
             
/*******************************************
Hyperlink Tags
*******************************************/    

a:link
{
	color: #000099;
	text-decoration: underline;
	font-family: arial, sans-serif;
	font-size: 10pt
}
a:visited
{
	color: #000099;
	text-decoration: underline;
	font-family: arial, sans-serif;
	font-size: 10pt
}
a:active
{
	color: #535353;
	text-decoration: none;
	font-family: arial, sans-serif;
	font-size: 10pt
}
a:focus
{
	color: #535353;
	text-decoration: none;
	font-family: arial, sans-serif;
	font-size: 10pt
}
a:hover
{
	color: #535353;
	text-decoration: none;
	font-family: arial, sans-serif;
	font-size: 10pt
}
               
/*******************************************
********************************************
********************************************

Menubar selector classes

These are special properties applied only to
the header.

********************************************
********************************************
*******************************************/   

td.header
{
	background-color: #484848;
}

p.header
{
	background-color: #666666;
	color: #FFFFFF;
	font-family: arial, sans-serif;
	font-size: 10pt
}
a:link.header
{
	color: #FFFFFF;
	text-decoration: none;
	font-family: arial, sans-serif;
	font-size: 10pt
}
a:visited.header
{
	color: #FFFFFF;
	text-decoration: none;
	font-family: arial, sans-serif;
	font-size: 10pt
}
a:active.header
{
	color: #9E9E9E;
	text-decoration: underline;
	font-family: arial, sans-serif;
	font-size: 10pt
}
a:focus.header
{
	color: #9E9E9E;
	text-decoration: underline;
	font-family: arial, sans-serif;
	font-size: 10pt
}
a:hover.header
{
	color: #9E9E9E;
	text-decoration: underline;
	font-family: arial, sans-serif;
	font-size: 10pt
}

/*******************************************
********************************************
********************************************

Sidebar selector classes

These are special properties applied only to
the sidebar.

********************************************
********************************************
*******************************************/

td.sidebar
{
	background-color: #E1E1E1;
}