
* {
   margin: 0;
   padding: 0;
   }

  html,body {
   margin: 0;
   padding: 0;
   }

  html {
    background-image: url(../images/stylesheet_images/background2.jpg);
    background-position: center;
    background-size: cover;
    }

  body {
  margin: 0 auto;
  width: 850px;
  min-height:860px;
  background-position: left;
  background-repeat: repeat-y;
  background-color: #25201D;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: #25201D;
  white-space: normal;
  background-image: url(../images/stylesheet_images/grey-canvas.png);
  background-size: 332px;
  font-weight: lighter;
  }

  h1, h3 {
  color: #FF4841;
  font-family: Georgia, serif;
  font-weight: lighter;
  word-spacing: 2px;
  }


   h1 {
     font-size: 32px;
     }

   h3 {
      font-size: 20px;
      padding-top: 0px;
      }

   h4 {
     color: #FF4841;
     font-size: 12px;
     margin-top: -25px;
     margin-left: 550px;
     font-weight: lighter
     }

   header {
      height: 100px;
      border: 850px;
      padding-left: 45px;
      padding-top: 20px;
      }

   #patternDescription {
      padding-right: 30px;
      padding-bottom: 20px;
      padding-left: 45px;
      height: auto;
      width: 250px;
      text-align: justify;
      float: left;
      }

  #patternCover {
      padding-left: 75px;
      width: 250px;
      float: left;
      }

  #thumbnails {
      padding-top: 25px;
      padding-left: 40px;
      width: 150px;
      float: left;
      }

  footer {
      border-color: #CC0000;
      border-style: solid;
      height: 100px;
      border: 850px;
      padding-left: 45px;
      clear: both;
      }

  a:link {
    color: #000000; /* black*/
    background-color: transparent;
    text-decoration: none;
    }
  a:visited {
  color: #9966FF; /*  purple */
    background-color: transparent;
    text-decoration: none;
    }
  a:hover {
    color: #FF4841;   /* red */
    background-color: transparent;
    text-decoration: underline;
    }
  a:active {
    color: #000000; /* black*/
    background-color: transparent;
    text-decoration: underline;
    }

