body
{
    font-size:75%;
    font-family:verdana,arial,'sans serif';
    background-color:#FFFFF0;
    color:#000080;
    margin:25px 40px;
}

a#tooCool
{
	position: fixed;
	right: 0;
	bottom: 0;
	display: block;
	height: 80px;
	width: 80px;
	background: url(too_cool.png) bottom right no-repeat;
	text-indent: -999em;
	text-decoration: none;
}

a#w3c
{
	position: fixed;
	right: 0;
	top: 0;
	display: block;
	height: 80px;
	width: 80px;
	background: url(too_cool.png) bottom right no-repeat;
	text-indent: -999em;
	text-decoration: none;
}

p
{
    margin-left: 0px;
}

table
{
    margin-left: 0px;
}

/* Sortable tables */
table.sortable thead
{
    background-color:#eee;
    color:#666666;
    font-weight: bold;
    cursor: default;
}

th {background-color:#ADD8E6;}

