BODY {
	font-family: Arial;
	font-size: small;
	color: black;
	;
	background-image: URL("images/diesel.jpg");
	background-repeat: no-repeat;
	background-attachment: fixed;
	;
	background-attachment: fixed;
	background-color: white;
	scrollbar-face-color: #0000cc;
	scrollbar-highlight-color: #33ffff;
	scrollbar-3dlight-color: #000033;
	scrollbar-darkshadow-color: #666666;
	scrollbar-shadow-color: #ffffff;
	scrollbar-arrow-color: #ffffff;
	scrollbar-track-color: #666666;
	border-color: #006666;
}

A {
	font-family: Arial;
	font-size: small;
	color: blue;
	text-decoration : underline;
	font-weight : normal;
}

A:hover {
	font-family: Arial;
	font-size: small;
	color: purple;
	text-decoration : underline;
	font-weight : normal;
}
A:visited { color: purple }


.indent {
	margin-left : 20px;
}
.scroll {
	font-family: Arial;
	font-size: large;
	color: #ff0000;
	font : italic;
	font-weight : bold;
}
.background {
	background-color: #3399ff;
}
UL {
		list-style-type: circle;
}
CAPTION {
		font-family: Arial;
		font-size: large;
		color: #0000ff;
		text-align: center;
}
