﻿
.line
{
    color: #000099;
}
a:link {
	color: #000099;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000099;
}
a:hover
{
    text-decoration: underline;
    color: #0066FF;
}
a:active {
	text-decoration: none;
	color: #000099;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
}



