body {
	font-size:x-small;
	color:#993333;
}
table {
	font-size:x-small;
}

A:link{text-decoration:underline;color:#0066CC;}
A:visited{text-decoration:underline;color:#993333;}
A:hover{text-decoration:underline;color:#993333;}

.xx-small{
    font-size:xx-small;
}
.small{
    font-size:small;
}
.medium{
	font-size:medium;
}
.black{
	color:#000000;
	background-color:#CCCCCC;
}
.white{
	color:#FFFFFF;
}