		html {
			width: 760 px;
			height: 100%;
		}
		BODY, TD, P {
        
            font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; 
            color:#000000; 
            font-size:12px;
        }
       .nav {
            color: #FFFFFF;
			background-color: #99CCFF;
			font-weight: bold;
			text-decoration:none;
			text-align: center;
        }
		.nav a {
            color: #99CCFF;
            background-color: #FFFFFF;
			font-weight: bold;
			text-decoration:none;
         }
		.nav a:hover {
            color: #99CCFF;
            background-color: #FFFFFF;
			font-weight: bold;
			text-decoration:none;
        }
        .district {
			font-weight: none; 
            font-family: Arial; 
            font-size: 14px; 
            color: #003399; 
            text-decoration: none;
		}
		.name {
			font-weight: none; 
            font-family: Arial; 
            font-size: 13px; 
            color: #003399; 
            text-decoration: none;
        }
        A:LINK {
	        color : #336699;
	        text-decoration : none;
        }

        A:VISITED {
	    color : #330066;
	    text-decoration : none;
        }

        A:HOVER {
	    color : #333399;
	    text-decoration : none;
        }
