body {background-color:#00111a;
      background-image: url('images/BG.jpg');
      background-repeat: no-repeat;
      background-attachment: fixed;
      background-size:100% 100%;
      font-weight: bold;}
h1  {color: blue;
      text-align: center;
      font-size: 300%;
      text-shadow: 2px 2px 5px red;}
h2  {color: purple;
      text-align: center;
      font-size: 130%;
      text-shadow: 2px 2px 5px red;}
h3  {color: purple;
      text-align: center;
      font-size: 160%;
      text-shadow: 2px 2px 5px Snow;}
h4  {color: red;
      text-align: center;
      font-size: 130%;
      text-shadow: 2px 2px 5px Pink;}
h5  {color: blue;
      text-align: left;
      font-size: 130%;
      text-shadow: 2px 2px 5px snow;}
h6  {color: #0000FF;
      font-weight: bold;
      text-align:center;
      font-size: 120%;}
p    {color: #0000FF;
      font-weight: bold;
      text-align:center;
      font-size: 100%;}

a:link {
  color: yellow;
  background-color: transparent;
  text-decoration: none;
}
a:visited {
  color: pink;
  background-color: transparent;
  text-decoration: none;
}
a:hover {
  color: while;
  background-color: transparent;
  text-decoration: underline;
}
a:active {
  color: AliceBlue;
  background-color: transparent;
  text-decoration: underline;
}