/* change these values to set the background properties */
/* If you don't want a background image then just delete the line*/
body {
	background-color:#FFCCCC;
	background-image: url(../background.gif);
	background-repeat: no-repeat;
}
.h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	line-height: 1.5;
	text-align:center;
}
.h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color:#0000FF;
	line-height: 1.5;
	text-align:center;
}
.link {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style:normal;
	font-weight: bold;
	color:#00FF00;
	line-height: 1.5;
	text-align:center;
}
