/* CSS Document */

body, html  {
background-image:  url(../pictures/background_small_b.jpg);
 background-attachment: fixed; 
background-repeat: no-repeat;
background-color: #000000;
scrollbar-track-color: #515151;
scrollbar-face-color: black;
scrollbar-highlight-color: silver;
scrollbar-3dlight-color: silver;
scrollbar-darkshadow-color: black;
scrollbar-shadow-color: silver;
scrollbar-arrow-color: silver;
font-size:12px;
font-family:Arial;
color: white}




a                  {text-decoration: none;color: white; 
                    font-family: Arial;
                    font-size: 12px}
a:link           { color: white  }
a:visited    { color: #ffffff; }
a:hover      { color: #cccccc}

.text  {font-size:12px;
	font-family:Arial}



