body {
	margin : 4px;
	font-family: Arial, Helvetica, sans-serif;
}
body.fact {
	margin : 20px;
	font-family: Arial, Helvetica, sans-serif;
}
.menu {
	background-color: #F2BD0F;
}
a {
	color: #990033;
	text-decoration: none;
	font-weight: bolder;

}
a:hover {
	color: #FF0000;
	font-weight: bolder;

}
.smalltxt {
	font-size: smaller;
}
.boxed {
	padding: 5px;
	border: 1px solid #999900;
}

td { padding-left: 5px;}

th { text-align: left; background-color: #555555; color: #ffffff; }

.underlined	{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}

.underlined_r	{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	background-color: #DDAAAA;
}
.underlined_g	{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	background-color: #AADDAA;
}
.just { text-align: justify; }
