body 	{		background-color: black; color=red;
	scrollbar-face-color: #212121;
	scrollbar-highlight-color: #404040;
	scrollbar-shadow-color: #000000;
	scrollbar-3dlight-color: #616161;
	scrollbar-arrow-color:  #A1A1A1;
	scrollbar-track-color: #000000;
	scrollbar-darkshadow-color: #000000;}

.whitetext	{	font-family: Arial, swiss, helvetica;
				font-size: 20;
				font-weight: normal;
				color: white;
				background-color: black;
			}
.whitetext a:link                 { text-decoration: none; color: white;}
.whitetext a:hover                 { text-decoration: underline; color: white;}
.whitetext a:visited 				{ text-decoration: none; color: white;}

.toasttext	{	font-family:Arial, swiss, helvetica;
				font-size: 14pt;
				font-weight: normal;
				color: white;
				background-color: transparent;
				overflow: hidden;
				border: 0px;
				
			}
			
			
.errormessage	{	font-family: Arial, swiss, helvetica;
				font-size: 12;
				font-style: italic;
				font-weight: normal;
				color: white;
				background-color: black;
			}			