@charset "iso-8859-2";
/* CSS Document */
body,td,th {
	font-family: Trebuchet MS;
}
body {
	background-image: url(bg.gif);
}
a:link {
	color: #FF9900;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #993366;
}
a:hover {
	color: #EDC98B;
	background-color: #FF6600;
}
a:active {
	text-decoration: none;
}
.style1 {
	color: #FF6600;
	font-weight: bold;
}
.style2 {font-size: 10px}
.style3 {font-size: 12px}
.style4 {font-size: 12}
.image {
	background-color: #FDEFD7;
	padding: 10px;
	border: 1px solid #FF0000;
}

