p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	color: #333333;
}
body {
	background-image: url(bg.jpg);

}
.white {
	color: #FFFFFF;
}
h1 {
	color: #FFFFFF;
}
a {
	font-weight: bold;
	color: #0000FF;
	text-decoration: underline;
}
a:visited {
	font-weight: bold;
	color: #990000;
	text-decoration: underline;
}
a:hover {
	font-weight: bold;
	color: #FF3300;
	text-decoration: underline;
}
