/* style sheet to set margins for screen display and for nocolor for active links */

body {margin-left: 50px;
margin-right: 50px;}
a:link, a:visited, a:active {
text-decoration: none;}
a:hover {text-decoration: underline; }
