/* CSS is how you can add style to your website, such as colors, fonts, and positioning of your
   HTML content. To learn how to do something, just try searching Google for questions like
   "how to change link color." */

body {
  background-color: black;
  color: white;
  font-family: Verdana;
  text-align: center;
  background-image: "t1.gif"; 
  
  
  
}

iframe {
  border: 5px #6fff00 dashed
  
  
  
}

a {
  
  color:#ff01ee;
  
}

h1 {
  
  border: 10px #0274ff inset;
  font-size: 50px;
  font-family: 'verdana';
  font-color: #0274ff;
  
  
  
}

a href {
  
  border: 5px #ffee600 solid
  font-size: 10px;
  
  
}

p1 {
  
  text-align: left;
 font-family: impact; 
  
  
}

p2 {
  
  text-align: left;
}

h2
{
  text-align: left;








yellow neon #ffff00