/* CSS style sheet for I242 */
/* Neal Fultz */

body {
  background: #111;
  color: #999;
  padding: 25%;
  padding-top: 0;
  padding-bottom: 100px;
}



#header {
  text-align: center;
  background: url(ninja-cat.jpg) no-repeat top center;
  height: 200px;
  color: #2FC;
  font-weight: bold;
}



#menu {


}

#menu h2 {
  color: #26A;
}

#menu h2:hover{
  display:none;
}




#about {

}

#quotes {
  position: absolute;
  top: 20px;
  left: 20px;
  width: 200px;
  padding: 5px;
  background: #224;
  border-style: solid;
  border-color: #579;
  border-right-color: #357;
  border-bottom-color: #357;
}

#quotes ul{
  list-style-type: none
}

#quotes ul li{
  margin: 20px;
  margin-left: -20px;
}

.customername {
  font: 16pt/10pt "Lucida Console" italic;
  color: #579;
  display:block;
}


#footer {
  font-size: 5px;
}

a:visited {
  display:none;
}

a {
  text-decoration: none;
}

/* Can I make this work as intended? Hypothetically, this could be used
to inject javascript... */
head:first-letter:before{
  content: "<script type='text/javascript' src='blah' />" 
}
