body {
	background-image: url(marble.jpg);
	font-family: "Courier New", Courier, mono;
	font-weight: bold;
	font-variant: small-caps;
	color: #33FF00;


}
h2 {
	font-size: 16px;
	font-weight: bolder;

}
h1 {
	font-size: 30px;
}
a:link {
	color: #33FF00;
	text-decoration: none;
	font-weight: bold;
	font-size: 10px;
	line-height: 10px;

}
a:active {
	color: #33FF00;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	color: #33FF00;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #FFFF66;
}
.cushymail_table {
	background-image: url(marble2.jpg);
	color: #CC00FF;
	font-weight: bold;
}