
/* Links */

	a:link {color:blue; text-decoration:none;}
	a:active {color:red;}
	a:visited {color:blue;text-decoration:none;}
	a:visited:hover {color:red;text-decoration:underline;}
	
	
.pipes {
	font-family : "Times New Roman", Times, serif;
	font-size : xx-small;
	color: Blue;
}

body {
	scrollbar-face-color: #3333cc;
	scrollbar-highlight-color: #999999;
	scrollbar-3dlight-color: #999999;
	scrollbar-darkshadow-color: #999999;
	scrollbar-shadow-color: #00000E;
	scrollbar-arrow-color: Silver;
	scrollbar-track-color: Silver;
}

.bodytext {
	font-family : "Times New Roman", Times, serif;
	font-size : x-small;
	color : Black;
}

.headline {
	font-family : "Times New Roman", Times, serif;
	font-size : small;
	color: Black;
}