﻿/* CSS Document */
#root { vertical-align:bottom; }

.l
{ font-size:13px; color:#336699; text-decoration:none; cursor:pointer }

.l:hover
{ color:#000; }

.l:visited
{ color:#446699; }


body {
	margin: 0px;
	height:100%;
	vertical-align:text-bottom;
	background-position: bottom;
    font-family:Georgia, serif;
}

.small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8px;
	font-weight: normal;
	color: #993300;
	vertical-align:bottom;
	text-decoration: none;
	text-transform: uppercase;
}

HTML, TABLE
{
	height:100%;
	overflow:auto;
}
