﻿/*
@font-face {
    font-family: Broken15;
    font-style:  normal;
    font-weight: normal;
    src: url(BROKEN0.eot);
}

.psycho {
	font-family: Broken15, Verdana, 'Small Fonts', sans-serif;
	font-size: 48px;
	color: #000099;
}

put class="psycho" inside <p >
*/

body {
  background-color: black;
  background-image: url(main/bkgd.gif);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
}

a:link
 { color:#FF00FF; }
a:visited
 { color:#FFFF40; }
a:hover
 { color:#00FF40; }
a:active
 { color:#00FFFF; }

a {
  font-weight: normal;
  font-style: italic;
}

p {
  color: #FFFFC0;
  font-size: 20;
  line-height: 1.2;
}

#narrow {
  line-height: .25;
}

li {
  color: #FFFFC0;
  font-size: 18;
  line-height: 1;
}

H1 {
  color: #00C0FF;
  font-size: 40;
  font-weight: bold;
  text-align:center;
  text-decoration: underline overline;
  font-family: Serif;
  font-family: "Footlight MT" !important;
}


H2 {
  color: #00C0FF;
  font-weight: bold;
  font-size: 24;
  text-align:center;
  line-height: 1;
  font-family: Serif;
  font-family: "Footlight MT" !important;
}

H3 {
  color: #FFFF40;
  font-size: 16;
  font-family: Serif;
  font-family: "Footlight MT" !important;
  line-height: 1;
}