<!--
http://www.comptechdoc.org/independent/web/cgi/javamanual/javastyle.html
-->

a.one:link, a.one:visited, a.one:hover, a.one:active
        {
	color: #6d7cdc;
        font-weight: 800;
	text-decoration: none;
	}



a:link 
   {
   color: "#827668"; 
   text-decoration: none;
   } 

a.1:link 
   {
   color: "#4B4B4B"; 
   text-decoration: none;
   } 

a:visited 
{color: "#827668"; text-decoration: none;}

a.1:visited 
{color: "#4B4B4B"; text-decoration: none;}

a:hover 
   {
   color: "#2A2622";
   text-decoration: none;
   } 

a.1:hover 
   {
   color: "#7AA8BD";
   text-decoration: underline;
   } 

a:active 
{color: "#827668"; text-decoration: none;} 

a.1:active 
{color: "#4B4B4B"; text-decoration: none;} 


.h1
   {
   font-style:   normal;
   font-size:    10pt;
   font-family:  arial;
   color:        #000;
   font-weight:  400;
   }

.h2
   {
   font-style:   normal;
   font-size:    8pt;
   font-family:  sans-serif, arial narrow, Verdana;
   color:        #827668;
   font-weight:  500;
   word-spacing: 25pt;
   }

.h3
   {
   font-style:   normal;
   font-size:    10pt;
   font-family:  sans-serif, arial narrow, Verdana;
   color:        #827668;
   font-weight:  500;
   }

.cell2
   {
   color:        #4B4B4B;
   font-style:   normal;
   font-size:    8pt;
   font-family:  sans-serif, arial narrow, Verdana;
   font-weight:  500;
   padding:      10px, 250px, 5px, 20px;
   text-decorations: none;
   }

.cell
   {
   color:        #4B4B4B;
   font-style:   normal;
   font-size:    8pt;
   font-family:  sans-serif, arial narrow, Verdana;
   font-weight:  500;
   padding:      10px, 0px, 5px, 20px;
   text-decorations: none;
   }

.texta {  
 color: #524A42;
 background-color: #FFFFFF !important; 
 border: 1px solid #827668; 
 font-face: sans-serif;
 font-size: -1;
}

.dots
{
background-image:url('http://cityspeakers.org/img/dotted.gif');
}

