/*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*/
}

A.g:link {
	COLOR: #00CD00  /*The color of the link*/
}
A.g:visited {
	COLOR: #018701  /*The color of the visited link*/
}
A.g:hover {
	COLOR: #77db77  /*The color of the mouseover or 'hover' link*/
}
P {  color: #fbb823   }
P1 {  color: #F08605   }P2 {  color: #a703a9   }
Pg {  color: #00FF33   }
Pb {  color: #0552C5   }

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:350px;
overflow: auto
}
</style>


