@CHARSET "UTF-8";
a {
	text-decoration:none;
	color:darkblue;
}
p{
	text-indent: 10px;
}
a:HOVER {
	text-decoration:underline;
}
span.OnlineVisitors {
	font-size:small;
}
div.Sort {
	font-size:smaller;
}
table.Problems {
	border-collapse: collapse;
	border-spacing: 0px;
	border:2px solid;
	min-width:720px;
}
table.Problems tr {
	cursor:pointer;
}
h3 {
	margin-bottom:0px;
}
tr.striped {
	background-color:#EEEEEE;
}
span.PercentHolder {
	background-color:gray;
	font-size:12px;
	color:black;
}
span.WinBar {
	height:18px;	
	direction:ltr;
	text-align:center;
	display:block;
	float:right;
	background-color:#44FF44;
	overflow:hidden;
	cursor:help;
}
span.LossBar {
	height:18px;	
	direction:ltr;
	text-align:center;
	display:block;
	float:right;
	background-color:#FF7777;
	overflow:hidden;
	cursor:help;
}
div.GeneralContainer {
	min-width:750px;
	margin:auto;
}
