.artur {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
	text-decoration: none;
}
a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
.style5 {font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: bold; font-size: 12px; color: #999999; }
body {
background-color: #000000;
margin-bottom: 0px;
margin-top: 0px;
scrollbar-arrow-color:#ffffff;
scrollbar-3dlight-color:#2D2D2D;
scrollbar-highlight-color:#999999;
scrollbar-face-color:#2D2D2D;
scrollbar-shadow-color:#999999;
scrollbar-darkshadow-color:#2D2D2D;
scrollbar-track-color:#000000;
}

}
/* RULES FOR THE "MENUDIV" OBJECT */


/* An absolutely positioned and hidden DIV (treated as a layer in NS4). */
.menudiv {
 position: absolute;
 visibility: hidden;
 z-index: 1000;
 /* Borders:     Top    Right  Bottom    Left   */
 background-color: #222222;
 /* layer-background-color is non-standard and NS4 only. */
 layer-background-color: #000000c;
color: #333333;
 font: 12px/22px Verdana, Helvetica, sans-serif;
 /* Here's a cool effect, try uncommenting this, althought it's non-standard: */
 /* filter: alpha(opacity=80); -moz-opacity: 0.8; opacity: 0.8 */
}


/* Formatting to apply to the elements inside the "menudiv" class elements. */
/* Of course, you can put whatever you want within the menu divs, these are just examples. */

.menudiv .header {
 width: 100%;
 font-weight: bold;
 text-align: center;
}

.menudiv a {
 display: block;
 /* I've specified borders for each side individually so NS4 ignores this setting */
color: #999999;
  font-weight: bold;
 text-indent: 3px;
 text-decoration: none;
}

/* I'm using :hover and :active pseudo-classes for link mouse effects. */
.menudiv a:hover {
 background-color: #FFA800;
color:  #000000;
}
.menudiv a:active {
 background-color: #000000;
 color: #FFFFFF;
}

/*
The script will automatically assign a class of "highlighted" to elements that currently
have an active submenu, so here's a little CSS to format links within a .menudiv element.
*/
.menudiv .highlighted {
 background-color: #000000;
 color: #FFFFFF;
}

/* The links in the upper-left that pop out 'divMenu' menus. */
.trigger a {
 font: Bold 12px Verdana, Helvetica, sans-serif;
 color: #ffffff;
 font-weight: bold;
	text-decoration: none;
}

/* Likewise, style active trigger links */
.trigger a.highlighted {
 color: #FFFFFF;
}

.box {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
	text-decoration: none;
	background-color: #010101;
	border: thin solid #999999;
}
