/*ss1_ww-web.css*/

A:link {
	COLOR: #b23afe/*The color of the link*/
}
A:visited {
	COLOR: #b23afe /*The color of the visited link*/
}
A:hover {
	COLOR: #a28bf7;   /*The color of the mouseover or 'hover' link*/

}

P {  color: #dba3e9   }

H1 {  color: #dba3e9   }

H2 {  color: #b23afe   }

H3 {  color: #b23afe   }


BODY 
{ 

background-color: #000000;

scrollbar-base-color: #3b5687; 
scrollbar-Face-Color: #333c7d;
scrollbar-arrow-color:#c4cdfc;
scrollbar-DarkShadow-Color: #400040; 
scrollbar-Shadow-Color:black;
scrollbar-Track-Color: #68338d;


}


div.rss
{

height:350px;
overflow: auto
}



</style>


