/* CSS Document */

body {
	background-color: #FFFFFF;
	background-image: url(../images/sand.gif);
	font-family: cursive;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	text-align: center;
	white-space: pre;
	}

a:link {
	color: #0000FF;
	}

a:active {
	color: #0000FF;
	}

a:visited {
	color: #0000FF;
	}

a:hover {
	color: #0000FF;
	}
	
h6 {
	font-size: 16px;
	color: #000000;
	font-family: cursive;
	font-weight: lighter;
	font-style: normal;
	}
	
h5 {
	font-size: 18px;
	color: #000000;
	font-family: cursive;
	font-weight: lighter;
	font-style: normal;
	}
	
.note {
	font-size: 14px;
	color: #000000;
	font-family: cursive;
	font-weight: lighter;
	font-style: normal;
	}
	
td {
	font-size: 14px;
	color: #000000;
	font-weight: lighter;
	vertical-align: middle;
	font-style: normal;
	}
