/*
CSS for www.smokinglawsmovie.com
*/

h1, h2, h3, h4, h5, p {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 600;
}

h1 {
  font-size: x-large;
  color: orange;
  text-align: center;
  padding-top: 5px;
  margin: 1px;
}


p {
  font-size: small;
  color: white;
  padding: 8px;
  margin: 8px;
  text-align: center;
}

a {
  text-decoration: none;
}

a:link {
  text-decoration: none;
  color: #FF9933;
}

.class1 a:link {
  text-decoration: none;
  color: black;
}

a:visited {
  text-decoration: none;
  color: grey;
}

.class1 a:visited {
  text-decoration: none;
  color: black;
  vertical-align: middle;
}

a:hover {
  text-decoration: none;
  color: #9933cc;
}

.class1 a:hover {
  text-decoration: none;
  color: grey;
}

a:active {
  color: aqua;
  background-color: navy;
}

/*
This section deals with the placement of the artwork box and information / links box.
*/

#outer {
   position:absolute;
   left: 50%;
   top: 40%;
   width: 600px;
   height: 600px;
   margin-top: -225px; /* half of the height */
   margin-left: -300px; /* half of the width */
}

.rokg_tite {
   position: absolute;
   top: 28px;
   left: 10px;
}

.rokg_atom {
   position: absolute;
   top: 150px;
   left: 100px;
   padding: 0px;
   margin: 0px;
}

.rokg_egg {
   position: absolute;
   top: 410px;
   left: 120px;
   padding: 0px;
   margin: 0px;
}


