body {
	background-color : #FFFFCC;
	background-image: url(images/icons/bg.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: middle center;
}
h1 {
	font-family: "Verdana", sans-serif;
	font-size: 20pt;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: Purple;
	letter-spacing: 3pt;
	text-align : center;
}
h2 {
	font-family: "Verdana", sans-serif;
	font-size: 14pt;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: Olive;
	letter-spacing: normal;
}
h3 {
	font-family: "Verdana", sans-serif;
	font-size: 14pt;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #A52A2A;
	letter-spacing: normal;
}
h4 {
	font-family: "Verdana", sans-serif;
	font-size: 10pt;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: Black;
	letter-spacing: 1pt;
}
p {
	font-family: "Verdana", sans-serif;
	font-size: 10pt;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: Black;
}
ul {
	font-family: "Verdana", sans-serif;
	font-size: 10pt;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: Black;
}
ol {
	font-family: "Verdana", sans-serif;
	font-size: 10pt;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: Black;
}
A:link {
	font-family: "Verdana", sans-serif;
	font-size: 10pt;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #0000FF;
	text-decoration:none;
}
A:visited {
	font-family: "Verdana", sans-serif;
	font-size: 10pt;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #800080;
	text-decoration: none;
}
A:active {
	font-family: "Verdana", sans-serif;
	font-size: 10pt;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #0000FF;
	text-decoration: underline;
}
A:HOVER {
	font-family: "Verdana", sans-serif;
	font-size: 10pt;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #FF0000;
	text-decoration: underline;
} 
td {
	font-family: "Verdana", sans-serif;
	font-size: 10pt;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: Black;
}

