* {
	font-family: Arial,helvetica,sans-serif;
	font-size: 10pt;
}
h1 {
	font-size: 16pt;
	color: black;
}
a, a:visited,a:link {
	color: black;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: navy;
}
tr.header {
	background-color: #CCCCCC;
}
tr.first {
	background-color: #EEEEEE;
}
tr.second {
	background-color: #DCDCDC;
}
td.pages {
	color: red;
	text-align: right;
}
td.hits {
	color: blue;
	text-align: right;
}
td.visits {
	color: navy;
	text-align: right;
}
td.bandwidth {
	color: green;
	text-align: right;
}
td.domain {
	color: black;
}

td.pages-bold {
	color: red;
	text-align: right;
	font-weight: bold;
}
td.hits-bold {
	color: blue;
	text-align: right;
	font-weight: bold;
}
td.visits-bold {
	color: navy;
	text-align: right;
	font-weight: bold;
}
td.bandwidth-bold {
	color: green;
	text-align: right;
	font-weight: bold;
}
td.domain-bold {
	color: black;
	font-weight: bold;
}