/* helred.css */

a         {
            font-weight: bold;
            text-decoration: none;
          }
a:link    { color:red;      }
a:visited { color:red       }
a:hover   { color:blue      }

body      {
            font-family: Verdana, Arial, Helvetica;
            background-color: FFFFFF;
            background-image: url(images/helRedBg.jpg);
          }

img       { border:0        }

#welcome  {
            text-align:center;
            margin-top: 150;
          }