﻿html,body {
    font-family: Verdana;
    color: #808080;
    font-size: small;
}
a:link {
	color: #00399c; 
	text-decoration: underline;
	}
a:visited {
	text-decoration: underline;
	color: #00399c;
}
a:hover {
	text-decoration: underline;
	color: #ff0000;
}
a:active {
	text-decoration: underline;
}
table{
    width:100%;
}
