BODY {
 background: white;
 margin-top:     0px;
 margin-left:    0px;
 margin-right:   0px;
 margin-bottom:  0px;
 padding-top:    4px;
 padding-left:   4px;
 padding-right:  0;
 padding-bottom: 0;
 border-top:     0;
 border-left:    0;
 border-bottom:  0;
 border-right:   0;
 color: black;
 }

A {
 text-decoration: underline;
 color: red;
 }

A:hover {
 text-decoration: none;
 color: red;
 }
 
