/* CSS Document */
html,body{
  height: 100%;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #282F33;
}
a:link {color: #DDDDDD; text-decoration: none;}
a:visited {color: #DEDEDE; text-decoration: none;}
a:active {color: #DDDDDD; text-decoration: underline;}
a:hover {color: #CCCCCC; text-decoration: underline;}
body,td,th {
	color: #DED8C7;
}
td      { font-size: 11px; }
.big    { font-size: 11px; }
.mini   { font-size: 11px; }
.small  { font-size: 11px; }

.def { margin-left: 20px; }