﻿body{ 
    background-image: url('../../Images/Background.gif');
    background-repeat: repeat;
    margin: 0px 0px 0px 0px; 
    height:100%; 
    overflow:auto; 
    font-family:Arial;
    font-size:14px;
} 

a:link {
	color: #96C829;
}
a:visited {
	color: #96C829;
}
a:hover {
	color: #537A02;
}
a:active {
	color: #96C829;
}