.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.domain {
	font-weight: normal;
	color: #FF3300;
}

.emphasis {
	font-weight: bold;
	color: #000099;
}
a {
	color: #000099;
	text-decoration: underline;
}

a:visited	{
	color: #000099;
	text-decoration: none;
}

a:active	{
	color: #000099;
	text-decoration: none;
}

a:hover		{
	color: #FF3300;
	text-decoration: none;
}