body {
	margin:0px;background-color: #132135;
}

.txt {
	font-family: Arial;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}
a.txt:link, a.txt:visited, a.txt:active {
	font-family: Arial;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}
a.txt:hover {
	font-family: Arial;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: underline;
}

.txtTitle {
	font-family: "Arial Narrow";
	font-size: 30px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}


.pics_scroll {
	scrollbar-base-color: #5b8cc6;
	scrollbar-track-color: #5b8cc6;
	scrollbar-face-color: #5b8cc6;
	scrollbar-highlight-color: #4172b4;
	scrollbar-3dlight-color: #5b8cc6;
	scrollbar-darkshadow-color: #5b8cc6;
	scrollbar-shadow-color: #4172b4;
	scrollbar-arrow-color: #4172b4;
}