 /* $WEFT -- Created by: shadow (shadow@spittingangels.com) on 1/10/01 -- */
  @font-face {
    font-family: Cruel;
    font-style:  normal;
    font-weight: normal;
    src: url(fonts/GOODBYE0.eot);
  }
/* FONTS */
H1 {
color: #ffffff;
font-family: cruel, arial, sans-serif;
font-size: 20px;
float: center;
}


/* SMALL LINKS */
a.menu:link { 
color: #999999; 
text-decoration: none; 
font-family: arial;
font-size: 10px;
}

a.menu:active { 
color: #ffffff; 
text-decoration: none; 
font-family: arial;
font-size: 10px;
}

a.menu:visited { 
color: #999999; 
text-decoration: none; 
font-family: arial;
font-size: 10px;
}

a.menu:hover { 
color: #ffffff; 
text-decoration: none; 
font-family: arial;
font-size: 10px;
}


/* scrollbar properties for IE */
BODY {
scrollbar-arrow-color: #999999;
scrollbar-3dlight-color: #999999;
scrollbar-highlight-color: #660000;
scrollbar-face-color: #660000;
scrollbar-shadow-color: #660000;
scrollbar-darkshadow-color: #999999;
scrollbar-track-color: #000000;
}

/* BODY ATTRIBUTES */
BODY {
margin-top: 0; 
margin-bottom: 0; 
margin-left: 0; 
margin-right: 0;
}

/* FORM PROPERTIES */

INPUT, TEXTAREA, SELECT, OPTION {
	font-family: arial, sans-serif;
	padding: 2px;
	font-size: 10px;
	color: #990000;
	background-color: #999999;
	border: inset 1px #cccccc;
	}

/* DIV PROPERTIES */
div.date {
  border-bottom: 1px dotted #cccccc;
  text-align: left;
  font-family: arial,sans-serif;
  font-size: 10px;
  color: #cccccc;
  background: #444444;
  }
 
div.body {
  float: center;
  text-align: left;
  font-family: "times new roman", serif;
  font-size: 12px;
  color: #cccccc;
  background: #444444;
  padding: 10px;
  }
  
  div.misc {
  float: center;
  border: 1px solid #cccccc;
  text-align: left;
  font-family: arial,sans-serif;
  font-size: 10px;
  color: #cccccc;
  background: #888888;
  }
  
  div.header {
  float: center;
  background: #660000;
  color: #ffffff;
  text-align: left;
  padding-left: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  }

  div.wrapper {width: 280px}

  div.wrapper2 {width: 235px}

  div.spacer {
  clear: both;
  font-family: arial,sans-serif;
  font-size: 6px;
  }

