
body { margin-left: 5% }

a:link, a:visited {
         text-decoration: none;
         font-weight: bold;
         color: blue }

a:hover {
         text-decoration: underline;
         font-weight: bold;
         color: red }


		 
