/* CSS Document */

body,html { 
	height:100%; 
	width:100%;
	margin:0px;
}

body,td {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:18px;
}
.wit A:link      { color:#FFFFFF; text-decoration: none }
.wit A:visited   { color:#FFFFFF; text-decoration: none }
.wit A:active    { color:#FFFFFF; text-decoration: none }
.wit A:hover     { color:#FFFFFF; text-decoration: underline;}

.border {border:1px solid #555555}
.bordersmall {border:1px solid #dedede}

A:link      { color:#000000; text-decoration: none }
A:visited   { color:#000000; text-decoration: none }
A:active    { color:#000000; text-decoration: none }
A:hover     { color:#ff6107; text-decoration: underline;}