p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CC9999;
	text-decoration: none;	
	
}

.small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666;

}
.menu {
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.oldstyle {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;

}
.style1 {
	font-weight: bold;
}

a:link {
	text-decoration: none;
	color: #CC9999;
}
a:visited {
	text-decoration: none;
	color: #666;
}
a:hover {
	text-decoration: none;
	color: #CC9999;
}
a:active {
	text-decoration: none;
	color: #CC9999;
}
