A:link { color: silver }
A:hover { color: red }
A:visited { color: silver }

/*
   Here, define the styles for the rollovers using CSS. The on style
   will be displayed when the mouse is over the rollover, and the off
   style at any other time.
*/

 .on	{  
	font-style: normal;
	font-weight: normal;
	font-size: 14pt;
	line-height: 160%;
	font-family: Helvetica;
	text-decoration: underline;
	color: red;      
	}

 .off	{ 
	font-style: normal;
	font-weight: normal;
	font-size: 12pt;
	line-height: 160%;
	font-family: Helvetica;
	text-decoration: none;
	color: gray;        
	}

BODY {
  font-style: normal;
  font-weight: normal;
  font-size: 11pt;
  line-height: 160%;
  font-family: Helvetica;
  color: white;
  margin-left: 40px;
  margin-right: 40px;
  margin-top: 40px;
  margin-bottom: 40px;
  background-color: black;
  background-image: url(../images/joe_bkgd_main.jpg);
  background-repeat: no-repeat; 
  background-attachment: fixed;
}

P {
  font-style: normal;
  font-weight: normal;
  font-size: 11pt;
  line-height: 160%;
  font-family: Helvetica;
  color: white;
}

HTML {
  font-style: normal;
  font-weight: normal;
  font-size: 11pt;
  line-height: 160%;
  font-family: Helvetica;
  color: white;
}

LI {
  font-style: normal;
  font-weight: normal;
  font-size: 11pt;
  line-height: 160%;
  font-family: Helvetica;
  color: white;
}

H1 {
  font-weight: bold;
  font-size: 24pt;
  line-height: 200%;
  font-family: Helvetica;
  color: lime;
}

H2 {
  font-weight: bold;
  font-size: 12pt;
  margin-top: 10pt;
  font-family: Helvetica;
  color: maroon;
}

H3 {
  font-weight: bold;
  font-size: 9pt;
  margin-top: 8pt;
  font-family: Helvetica;
  color: white;
}

OL {
  font-size: 11pt;
  line-height: 150%;
  font-family: Helvetica;
}

UL {
  font-size: 11pt;
  line-height: 150%;
  margin-top: 0pt;
  font-family: Helvetica;
  list-style-image: url(graphics/BulletImage.gif)
}

.DEF {
  font-size: 11pt;
  line-height: 150%;
  font-family: Helvetica;
  padding-left: 16px;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-right: 2px;
  border-style: inset;
  border-color: rgb(51,204,153) inset;
}

.DEFTERM {
  font-weight: bold;
  color: rgb(51,204,153);
}


.TIP {
  border-style: ridge; 
  border-color: aqua;
  padding: 2%;
  background-color: black;
  color: white;
}	

.NOTE {
  border-style: ridge;
  border-color: yellow;
  padding: 2%;
  background-color: black;
  color: white;
} 

.WARNING {
  border-style: ridge;
  border-color: fuschia;
  padding: 2%;
  background-color: black;
  color: white;
}

