.title {
	font: bold 24px "Century Gothic";
	color: #333300;

}
body {
	font-size: x-small;
	color: #CC9966;
	scrollbar-base-color: #ffffff;
	scrollbar-3dlight-color: #333300;
	scrollbar-face-color: #ffffff;
	scrollbar-highlight-color: #ffffff;
	scrollbar-arrow-color: #333300;
	scrollbar-shadow-color:#333300;
	scrollbar-darkshadow-color: #ffffff;
	background-color: #ffffff;

}
table {
	font-size: x-small;
	color: #333300;
}
hr {
	color: #996600;
	border: dashed;
}
a:link {
	color: #333300;
	text-decoration: underline blink;



}
a:visited {
	color: #333300;
	text-decoration: underline blink;

}
a:hover {
	text-decoration: underline;
	background: #336600;
	color: #FFFFFF;

}
a:active {
	color: #990000;
	text-decoration: underline;
	background: #FFFFCC;
}
.small {
	font-size: xx-small;
}
.en {
	font-family: "Century Gothic";
}
