/*
 * Tune-Style: style sheet CSS2 for tune documents.
 */

BODY {
  margin-left : 58px;
  padding : 0;
  border : 0 none;
  color : black;
  background : white url(bg.gif) repeat-y 0% 0%;
}

H1, H2, H3, H4 {
  font-family : Helvetica, Arial, sans-serif;
  font-weight : bold;
  color : #0008e8;
  background-color : white;
}

H1 {
  font-size : 24pt;
  text-align : center;
}

H2 {
  font-size : 18pt;
  margin-top : 5ex;
  margin-left : -20px;
}

H3 {
  font-size : 14pt;
  margin-top : 1.8ex;
  margin-left : -20px;
}

H4 {
  font-size : 12pt;
  margin-top : 1.5ex;
  margin-left : -20px;
}

IMG.bike {
  border : 0 none ;
  padding : 0;
  margin-left : -55px;
  margin-top : 0;
  float : left;
}
  
.noindent {
  margin-left : -20px;
}

UL {
  list-style : disc;
}

UL UL {
  list-style : square;
}

UL UL UL {
  list-style-type : circle;
}

BLOCKQUOTE.example {
  font-size : 10pt;
}

BLOCKQUOTE.example PRE {
  font-family : Courier, monospace;
  font-size : 10pt;
}

P.warning {
  font : bold large serif;
  text-align : center;
  text-transform : uppercase;
  color : red;
  background-color : white;
}

A:link {
  color : #006400;
  background-color : white;
}

A:visited {
  color : green;
  background-color : white;
}

A:active {
  color : red;
  background-color : white;
}

A.external:link {
  color : #00008b;
  background-color : white;
}

A.external:visited {
  color : purple;
  background-color : white;
}

A.external:active {
  color : red;
  background-color : white;
}
