/* CSS Document */

body, html  {
background-image: url('pictures/background.jpg'); 
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;
	font-family: "Courier New", Courier, mono;
	font-size: 14px;
	font-weight: normal;
	color: white 
}
a:link          {
	font-family: "Courier New", Courier, mono;
	font-size: 14px;
	font-weight: normal;
	color: white 
}
a:visited    {
	font-family: "Courier New", Courier, mono;
	font-size: 14px;
	font-weight: normal;
	color: white 
}
a:hover      { color: #cccccc}

.small  {font-size:11px;
	font-family:Arial}
	
.text  {font-size:14px;
	font-family:Arial}

.od a                  {text-decoration: none;color: white; 
                    font-family: Arial;
                    font-size: 14px;}
.od a:link           { color: white ;font-size: 12px }
.od a:visited    { color: white }
.od a:hover      { color: #cccccc}
.black {color: black;
		font-family : arial;
		font-weight : bold;
		font-size : 14}


.menu {
	font-family: "Courier New", Courier, mono;
	font-size: 14px;
	font-weight: bolder;
	color: white 
}

