    h1 {
	    font-family: Sans-serif;
	    font-size: 25px;
	    font-style: italic;
	    color: #444444;
	    font-weight: bold;
	    line-height: 30px;
    }
    h2 {
	    font-family: Sans-serif;
	    font-size: 17px;
	    font-style: normal;
	    color: #444444;
	    font-weight: bold;
    }
   .subtext {
    	font-family: Sans-serif; 
    	font-size: 12px; 
    	color: #333333; 
    	font-weight: normal;
    }    

    .regular {
    	font-family: Sans-serif; 
    	font-size: 12px; 
    	color: #333333; 
    	font-weight: normal;
    }
    .beginning {
	    font-family: Sans-serif;
	    font-size: 13px;
	    font-style: italic;
	    color: black;
	    font-weight: bold;
    }
    a {
    	font-family: Sans-serif; 
    	font-size: 12px; 
    	color: blue; 
    	font-weight: normal;
    }
    a:hover {
    	font-family: Sans-serif; 
    	font-size: 12px; 
    	color: #262660; 
    	font-weight: normal;
    }
    
    a.nav {
		font-family: Sans-serif;
		font-size: 14px;
		color: blue;
		font-weight: normal;
	}

    a.nav:hover {
    	font-family: Sans-serif; 
    	font-size: 14px; 
    	color: #262660; 
    	font-weight: normal;
    }
    


     .small {
	    font-family: Sans-serif;
	    font-size: 11px;
	    font-style: normal;
	    color: black;
	    font-weight: normal;
	}
	.copyright {
	    font-family: Sans-serif;
	    font-size: 7px;
	    font-style: normal;
	    color: #777777;
	    font-weight: normal;
	}
	.copyright_link {
	    font-family: Sans-serif;
	    font-size: 10px;
	    font-style: normal;
	    color: black;
	    font-weight: normal;
	}
	
	.underlined {
	    font-family: Sans-serif;
	    font-size: 12px;
	    font-style: normal;
	    line-height: 4px;
	    color: #AB1E17;
	    font-weight: bold;
    }
    .red {
    	font-family: Sans-serif; 
    	font-size: 12px; 
    	color: #AB1E17; 
    	font-weight: bold;
    }
    
 
	.error {
	    font-family: Sans-serif;
	    font-size: 12px;
	    font-style: normal;
	    color: red;
	    font-weight: bold;
    }
