body {
margin-bottom: 25px;
margin-left: 100px;
margin-right: 100px;
margin-top: 25px;

color: #333;
background-color: #00CD7C;
background-repeat: repeat-x;
background-attachment: fixed;
}

hr {
color: #333;
background-color: #333;
border: 1px solid #333;
}

a:active {
color: #333333;
background-color: transparent;
text-decoration:none;
} 

a:link {
color: #0000FF;
background-color: transparent;
text-decoration:none;
} 

a:visited {
color: #6A6AFF;
background-color: transparent;
text-decoration:none;
} 

a:hover {
color: #FF0000;
background-color: transparent;
text-decoration:none;
} 
