.menu {
	font-weight: bold;
	font-family: Arial;
	font-size: 8pt;
	color: #800000;
}

    .label {
        font-weight: bold;
    }
    
    input {
        border: 1px solid;
    }
    
    .checkbox {
        border: 0px;
    }
    
    .smallprint {
        font-size: 7pt;
    }
    
    .link {
        color: #000000;
    }
	
	a:link, a:visited, a:active{
		color: #800000;
	}
