<STYLE type="text/css"> 

/*
Supernatural Wishes
Dark Gray = 505050 / 555
Black = 000000
Light Gray = A0A0A0

Supernatural Wiki
Burgundy = 8A0B0E

Basics
Black = 000000
White = FFFFFF
Red = FF0000
*/

body	{ font-family: Verdana; font-size: 10pt }
h1		{ font-family: Verdana; font-size: 14pt; color: #8A0B0E; font-weight: bold }
h2		{ font-family: Verdana; font-size: 12pt; color: #8A0B0E; font-weight: bold }
h3		{ font-family: Verdana; font-size: 10pt; color: #000000; font-weight: bold }
hr		{ font-family: Verdana; font-size: 10pt; color: #8A0B0E}
td		{ color: 000000;  font-family: verdana, arial, helvetica, sans-serif;  font-size: 10pt; }

a:link 			{color: #8A0B0E;  font-family: Verdana; text-decoration: underline}
a:visited 		{color: #505050;  font-family: Verdana; text-decoration: underline} 
a:active 		{color: #FF0000;  font-family: Verdana; text-decoration: underline} 
a:hover 		{text-decoration: none}
a:visited:hover {text-decoration: none}


/* .list_container1 -- Used for Left Menu -- Gray Background */

.list_container1 ul
{
margin-left: 0;
padding-left: 0;
list-style-type: none;
font-size: 12px;
line-height: 20px;
font-family: verdana, arial, helvetica, sans-serif;
}

.list_container1 a
{
display: block;
padding-left: 10px;
width: 120px;
background-color: #8A0B0E;
border-bottom: 1px solid #DDF; color:#FFFFFF; padding-right:1px; padding-top:1px; padding-bottom:1px
}

.list_container1 a:link, .list_container1 a:visited
{
color: #FFF;
text-decoration: none;
}

.list_container1 a:hover
{
background-color: #FFF;
color: #8A0B0E;
}


/* .list_container2 -- Used for FAQ Menus -- White Background */

.list_container2 ul
{
margin-left: 0;
padding-left: 0;
list-style-type: none;
font-size: 12px;
line-height: 20px;
font-family: verdana, arial, helvetica, sans-serif;
}

.list_container2 a
{
display: block;
padding: 5px;
padding-left: 5px;
width: 120px;
background-color: #FFF;
border-bottom: 1px solid #DDF;
}

.list_container2 a:link, .list_container2 a:visited
{
color: #8A0B0E;
text-decoration: none;
}

.list_container2 a:hover
{
background-color: #8A0B0E;
color: #fff;
}


/* .arbitrary -- Used for Selected Cell in FAQ Menus */

.arbitrary
{
border-width: 3px 3px 3px 3px;
border-style: solid;
border-color: #A0A0A0;
background-color: #8A0B0E;
color: #fff;
}


/* .list_contrib -- Used for Contributor Menus -- White Background */

.list_contrib ul
{
margin-left: 0;
padding-left: 0;
list-style-type: none;
font-size: 12px;
line-height: 20px;
font-family: verdana, arial, helvetica, sans-serif;
}

.list_contrib a
{
display: block;
padding: 5px;
padding-left: 5px;
width: 160px;
background-color: #FFF;
border-bottom: 1px solid #DDF;
}

.list_contrib a:link, .list_contrib a:visited
{
color: #8A0B0E;
text-decoration: none;
}

.list_contrib a:hover
{
background-color: #8A0B0E;
color: #fff;
}


/* .arbitrary2 -- Used for Selected Cell in Contributor Menus */

.arbitrary2
{
border-width: 3px 3px 3px 3px;
border-style: solid;
border-color: #A0A0A0;
background-color: #8A0B0E;
color: #fff;
}





</style>