
  body {
    background-image: url('matte.jpg');
    font-weight: normal;
    font-family: Comic Sans MS;
    margin: 10px 0px 80px 10px;
    }

  font {
	color: #FFCC66;
    }

  p {
	color: #FFCC66;
    }

  a {
    font-weight: bold;
    text-decoration: none;
   }

  a:link {
    color: cyan;
   }

  a:visited{
    color: navy;
   }

  a:hover {
    color: red;
   }

  a:active {
    color: yellow;
    text-decoration: none;
   }

