body    { font-family: Verdana, Arial, Helvetica, sans-serif; 
          background-color: #ffffff; 
          font-style: normal; 
          font-size: 100%; 
          font-weight: normal; 
          margin-left: 0px; 
          margin-top: 0px; 
          margin-right: 0px;
        }
	
a:link{
             color: #3030c3;
	     font-weight: bold;
	     text-decoration: none;
}
a:hover{
             color: #ff0000;
	     font-weight: bold;
	     text-decoration: none;
}
a:visited{
             color: #000000;
	     font-weight: bold;
	     text-decoration: none;
}

h1   {font-weight: bold; font-size: 130%}
h1 b {font-weight: bold; font-size: 60%}
h1 em {font-weight: bold; font-size: 60%}
h2   {font-weight: bold; font-size: 100%}
h2 b {font-weight: bold; font-size: 75%}
h3   {font-weight: normal; font-size: 90%}
h4   {font-weight: normal; font-size: 70%}

table {font-size: 100%}
table h1   {font-weight: bold; font-size: 130%}
table h1 b {font-weight: bold; font-size: 60%}
table h1 em {font-weight: bold; font-size: 60%}
table h2   {font-weight: bold; font-size: 100%}
table h2 b {font-weight: bold; font-size: 75%}
table h3   {font-weight: normal; font-size: 90%}
table h4   {font-weight: normal; font-size: 70%}

#title { position:absolute; left:0px; top:0px; z-index:2; background-color: #99ff99 }
#bios { position:absolute; left:200px; top:175px; z-index:3 }
#tracts { position:absolute; left:10px; top:175px; z-index:3 }

.conbox { border-style: none ;
	  background-color: #fcfcfc;
	  opacity: .8;
	  filter: alpha(opacity=80);
	  -moz-opacity: .8;
          }
	  
.conbox1 { border-style: dashed ;
          border-width :thin;
	  background-color: #f4f4f4;
	  opacity: .8;
	  filter: alpha(opacity=80);
	  -moz-opacity: .8;
          }

.fontsize {
             font-family: Verdana, Arial, Helvetica, sans-serif;
             font-style: normal;
             font-size: 70%;
             font-weight: bold;
             color: #3030c3
	     text-decoration: none;
             }
	     
.fontsize a:hover{
             color: #ff0000;
	     text-decoration: none;
}
.opaque   {
	     opacity: .3;
	     filter: alpha(opacity=30);
	     -moz-opacity: .3;
             }
