body { background-color: #aaa; }
a:hover { color: #c33; }
a:active { color: #c33; }
a:link { color: #036; }
a:visited { color: #666; }
table { background-color: #ccc; }

big
{
	color: #c33;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
}

b
{
	color: #333;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
}

/*
sup
{
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
}
*/

.red
{
	color: #c33;
	font-style: normal;
	font-weight: normal;
}

.gray
{
	color: #666;
	font-style: normal;
	font-weight: normal;
}