body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 140%;
	scrollbar-arrow-color:#FFFF00;
	scrollbar-base-color:#FFFF00;
	scrollbar-face-color:#000084;
	scrollbar-highlight-color:#000084;
	scrollbar-shadow-color:#000084;
	background: #000084 url(../../images/background.jpg) no-repeat fixed right bottom;
	color: #FFFFFF;
}
a:link {
	color: #FFFF00;
	text-decoration: none;
	font-variant: small-caps;

}
a:visited {
	color: #FFFF00;
	text-decoration: none;
	font-variant: small-caps;

}
a:hover {
	color: #FFFFFF;
	font-variant: small-caps;
	text-decoration: underline;
}
a:active {
	color: #FFFFFF;
	font-variant: small-caps;
	text-decoration: none;
}
p {
	text-align: justify;
	line-height: 140%;
}
h1 {
	font-size: 175%;
	font-weight: bolder;
	color: #FFFF00;
}
h2 {
	font-size: 150%;
	font-weight: bolder;
	color: #FFFF00;
}
h3 {
	font-weight: bolder;
	text-decoration: underline;
	font-size: 125%;
	color: #FFFF00;
}
h4 {
	font-weight: bolder;
	font-size: 100%;
	text-decoration: underline;
	color: #FFFF00;
}
small {
	font-size: 75%;
}
table {
	font-size: 100%;
}
hr {
	color: #FFFFFF;


}

