/* Cascade DTP V4 - Style Sheet */

a:link {color: rgb(70,70,255);
     background-color: transparent;
     font-weight: normal;
     font-style: normal;
     font-size: small;
     font-family: Arial, Helvetica;
     text-decoration: underline}
     

a:visited {color: rgb(204,102,255);
     background-color: transparent;
     font-weight: normal;
     font-style: normal;
     font-family: Arial, Helvetica;
     font-size: small;
     text-decoration: underline}

a:hover, a:active {color: rgb(255,102,102);
     background-color: transparent;
     font-weight: normal;
     font-style: normal;
     font-size: small;
     text-decoration: none;}

a:link.highlight {
	color: #0030f2;
      text-decoration: none;
      font: 12pt Arial,sans-serif;
	font-weight: bold;}
	
a:hover.highlight { 
     background-color: rgb(255, 000, 000);
     font-style: italic;
     font: 12pt Arial,sans-serif;
}

a:visited.highlight {
	color: #2222ff;
      font: 12pt Arial,sans-serif;
	background-color: #99ffff;
      font-weight: bold}

H1   {  text-align : center;
	color : blue;
	font: 24pt Arial,sans-serif;
	font-weight: bold;}

H2   { text-align: left;
	line-height: 22px;
       font: 16pt Arial,sans-serif;
       font-weight: bold; 
	 font-family; Arial, Helvetica
       color: #0000ff; }  

H3   { font: 14pt Arial,sans-serif;
	line-height:20px;
	font-weight: bold;
       color: blue; } 

H4  { text-align : left;
	line-height: 20px;
	color : blue;
	font : 16pt Times,serif;
	font-weight: bold; 
	color: rgb(100,80,255); }

h2.short {
  text-align: left;
  font-family: Arial,sans-serif;
  font-style: normal;
  font-variant: normal;
  font-size: 18pt;
  line-height: 4;
  font-size-adjust: none;
  font-stretch: normal;
  font-weight: bold;
  color: #0000ff;
}

h3.short {
  font-family: Arial,sans-serif;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 18pt;
  font-size-adjust: none;
  font-stretch: normal;
  line-height: 6;
  color: blue;
}

h4.short {
  font-family: Arial,sans-serif;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 14pt;
  font-size-adjust: none;
  font-stretch: normal;
  line-height: 1;
  color: blue;
}

body {background-color: rgb(200,255,200)}

