@import url("base.css");

p{
	text-indent: 0em;
}
b{
	font-size: 120%;
}
em, strong{
	font-style: normal;
}
.headline{
	color: lime;
	font-size: 150%;
}
.subtitle{
	color: #BBBBFF;
	background: #000000;
}
table{
	border-color: #303030;
	font-size: 100%;
	line-height: 1.2;
	letter-spacing: 0;
	text-valign: middle;
}
th{
	text-align: left;
}
li{
	line-height: 1.0;
	padding: 0px;
}
font{
	color: #FFAA66;
}
font.font_strong{
	color: #FFAA66;
}
.comment{
	margin-left: 2em;
	color: lime;
}
