/* CSS by Torkel Lindahl 2001 */


/* ------------------ Background ------------------ */

BODY
  {   background : #ffffff url(greybkgr.gif) repeat
  }



/* ---------------------- Text ---------------------- */

BODY,TABLE,TR,TD,P,DIV,UL,OL,LI,DL,DT,DD,ADDRESS
  {  font-family : Arial,Helvetica,Sans-serif
  ;    font-size : small
  ;        color : #000000
  }
	

H1,H2,H3
  {  font-family : Arial,Helvetica,Sans-serif
  ;        color : #993333
  }

H1
  {    font-size : x-large
  }

H2
  {   margin-top : 1.5em
  ;    font-size : large
  }

H3
  {   margin-top : 0.5em
  ;    font-size : medium
  ;   font-style : italic
  }



/* --------------------- Links --------------------- */
A
  {  text-decoration : none
  ;            color : #0000cc
  }

A:hover
  {  text-decoration : underline
  }

A:active
  {  text-decoration : underline
  ;            color : #cc0000
  }

A:visited
  {            color : #800080
  }

A.hash
  {      font-weight : normal
  }



/* ------------------ Paragraphs ------------------ */

.qP
  {   margin-top : -0.5em
  }

ADDRESS
  {  text-align : center
  ;   font-size : x-small
  ;  font-style : normal
  }



/* ------------------ Content styles ------------------ */

.note
  {  font-size : x-small
  }

.right
  {  text-align : right
  }

