@charset "UTF-8";
.normaltext {
	font-size: small;
	color: #333333;
	text-align: justify;
}
.smalltext {
	font-size: x-small;
	color: #000000;
}
a:link {
	color: #F19300;
}
a:active {
	color: #FDCB00;
}
a:visited {
	color: #C90A1C;
}
body {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}

.smallcaps {
	font-variant: small-caps;
	font-size: larger;
}

