/* CSS Document */
body
{
    margin-top:0px;
    margin-bottom:0px;
    margin-left:0px;
    margin-right:0px;
    font-size:12px;
}
hr
{
    width:90%;
    text-align:right;
}
a:link 
{
    color: #000000;
	text-decoration: none;
}
a:visited 
{
    color: #000000;
	text-decoration: none;
}
a:hover 
{
    color: #FF0000;
	text-decoration: underline;
}
a:active 
{
    color: #000000;
	text-decoration: none;
}
