body{
	color:#ffffff;
	background-color:#A5A5FF;
	margin:50px;
}


div.main{background-color:#014Fb4;}

div.inner{
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 20px;
	margin-left: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 18px;
}



TABLE, TBODY, TR, TD, TH {
	margin:30px;border: 1px solid #0000aa;
	text-align:left;
	font-family: 'Courier New';
}


td{padding:1px;}
td.flag{text-align:center;}
th{cursor: pointer;}


font.red{
	color: #FF5555;
	font-weight: bold;
}

font.green{
	color: #55FF55;
	font-weight: bold;
}
font.bold{font-weight: bold;}


a:link {color: #00dF00; text-decoration: underline;}
a:active {color: #00009f; text-decoration: underline;}
a:visited {color: #FF5555; text-decoration: underline;}
a:hover {color: #FFFFFF; text-decoration: none; }

div.big{
font-size: 150%;
font-weight: bold;
}
div.big-centered{
font-size: 150%;
font-weight: bold;
text-align: center;
}


div.white{color: #FFFFFF;}
div.right {text-align:right;}


body>div>div>hr{margin-top:4rem;}

