/*ss1_metalden.css*/

A:link {
	COLOR: red  /*The color of the link*/
}
A:visited {
	COLOR: #c00000 /*The color of the visited link*/
}
A:hover {
	COLOR: #fc771e/*The color of the mouseover or 'hover' link*/
}

P {  color: #fbb823   }

H1 {  color: orange   }
H2 {  color: orange   }
H3 {  color: orange   }

BODY 
{ 

background-color: #000000;

scrollbar-base-color: #c00000; 
scrollbar-Face-Color: #c00000;
scrollbar-arrow-color:yellow;
scrollbar-DarkShadow-Color: 400000; 
scrollbar-Shadow-Color:black;
scrollbar-Track-Color: #9a3402;


}



div
{

height:350px;
overflow: auto
}

IFRAME
{

height:850px;
overflow: auto
}
</style>


