P {
	text-align : center;
}
H3 {
	font-weight : bold;
	text-decoration : underline;
}

BODY {
	background-image : url(assets/images/img_bg_gray3.gif);
	background-repeat: repeat;
	background-color: #000000;
	top: auto;
}

UL {
	list-style-image : url(file:///D|/Webpages/whisper/assets/images/img_listmark.gif);
}

A:LINK {
	color : #ff6600;
	text-decoration: underline;
}

A:VISITED {
	color : #6699ff
}

A:HOVER {
	color : lime
}
