/* body definitions */
body
{ background-color: #000000; 
  background-image: url("images/bg-main.jpg");
  background-repeat: repeat;
  background-attachment: fixed;
  background-position: top full;
  font-family: Arial, Helvetica, Verdana, normal; 
  cursor: url("pointer.cur"), default;}

.basic
{ font-family: Arial, Helvetica, Verdana, normal;
  font-size:10pt;
  font-weight:300;
  color:#c0c0c0;}

H1
 {font-family:Arial, Helvetica, Verdana, normal;
  font-size:28pt;
  font-style:italic;
  font-weight:500;
  color:#339900;}

H2
 {font-family:Arial, Helvetica, Verdana, normal;
  font-size:18pt;
  font-weight:300;
  color:#0080ff;}

EM
 {color:#0080c0;
  font-style:normal;}

.head1
 {font-family:Arial, Helvetica, Verdana, normal;
  font-size:28;
  font-style:italic;
  font-weight:500;
  color:#339900;}

.head2
 {font-family:Arial, Helvetica, Verdana, normal;
  font-size:18pt;
  font-weight:300;
  color:#339900;}

/* hyper-link definitions */
a:link { color: #33FF00; text-decoration: none }
a:visited { color: #33CC00; text-decoration: none}
a:hover { color: #33FF00; cursor:url("crosshairs.cur"),crosshair; text-decoration: bold }
a:active { color: #33FF00; cursor:url("crosshairs.cur"),crosshair; text-decoration: bold }