CSS {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
}
h1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16pt;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #0033FF;
}
body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	background-color: #FFFFFF;
	background-attachment: fixed;
	background-repeat: repeat;
	background-image: url(../backgrounds/back.gif);

}
blockquote {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #000000;
}
h2 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-style: italic;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
}
h3 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
}
p {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: italic;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
}
a:active{
	color : #FF0000;
	text-decoration : underline;
}
a:hover{
	color : Fuchsia;
	text-decoration : none;
	font-style : italic;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
a:link{
	color : #0033FF;
	text-decoration : none;
}
a:visited{
	color : Red;
	text-decoration : none;
}
