.bg {
	background-color: #FCFCFC;
	border: 1px solid #AAC4D2;
	background-image: url(bg.gif);
	background-repeat: no-repeat;
	background-position: center 20px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 22px; 
	color: #41749E; 
	font-weight: bold
}
p {  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	color: #333333
}


a:link {
	color: #006699;
	text-decoration: underline;
}
a:visited {
	color: #336699;
	text-decoration: underline;
}
a:hover {
	color: #6699CC;
	text-decoration: none;
}
a:active {
	color: #666666;
	text-decoration: none;
}
