/* CSS Document */

.scrollen
{
 color: #FFFFFF;
 font-family: Verdana;
 font-size: 12pt;
 text-align: left;
 font-weight:bold;
 
 height: 600px;
 width: 600px;

 float: left;
 overflow: auto;
 padding: 4px;

 scrollbar-3dLight-color:#F0F0F0;
 scrollbar-arrow-color:#E00000;
 scrollbar-darkshadow-color:#F0F0F0;
 scrollbar-face-color:#F0F0F0;
 scrollbar-highlight-color:#D0D0D0;
 scrollbar-shadow-color:#D0D0D0;
 scrollbar-track-color:#F0F0F0;  
 }
.menu {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: normal;
	text-decoration: none;
	bottom: auto;
	color: #000000;
	font-weight: normal;
	font-variant: normal;
}
a:link { font-weight:italic; color:#000000; text-decoration:none }
 a:visited { font-weight:italic; color:#000000; text-decoration:none }
 a:hover { font-weight:italic; color:#000000; text-decoration:underline }
 a:active { font-weight:italic; color:#000000; text-decoration:underline }

