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

table{
	font-family:Courier;
}

th{
	text-decoration:underline;
	cursor:pointer;
}

td{white-space:nowrap;}

.mono{
	display:block;
	font-family:monospace;
	white-space:pre;
}

.truncate {
	display:block;
	width:200px;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}



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; }

a.nofrills{color: #FFFFFF;text-decoration: none;}
