BODY{
	color : #191970;
	font-family :  Arial, sans-serif;
	font-size: 14px;
	background-attachment: fixed;
	background-image: url(watermark.gif);
	background-repeat: no-repeat;
	background-position : center;
	background-color : White;
}

H1, H2, H3, H4 { 
	font: ariel: 4px;
	font-variant: small-caps;
	text-align: left;
	padding: 4px;
}

.clouds {
	color: white;
	width: 80%;
	padding: 2px;
	text-align: inherit;
	background-image : url(gifs/clouds.gif);
}

.gradient {
	text-align: inherit;
	background-image : url(gifs/gradient2.gif);
	padding: 2 px;
	color: white;
	width: 80%;
}

.grad_border {
	background-image : url(gifs/gradient2.gif);
	border-style: double;
	border-color: #4BA1BF;
	padding: 2 px;
	border-width : 4 px;
	color: white;
}

.light {
	font-size: large;
	font-variant: small-caps;
	font-weight: bold;
	color: #B0E0E6;
}

.plain {
	font: ariel: 4px;
	font-variant: small-caps;
	background-color: #4BA1BF;
	color: white; 
	padding: 4px;
	width: 80%;
	border-style: double
}

.plain  {
	border-style: double;
	border-color: #4BA1BF;
	padding: 2 px;
	border-width : 4 px;
}


.blue {
	font-weight: bold;
	color : #3163CE;
}