body {
    	background-color: white;
	color: rgb(0, 69, 122);
	font-family: Calibri, Verdana, Times;
    	font-size: 16px;
	font-weight: bold;
	margin-top: 50px;
	margin-left: 100px;
}

p.bold {
    	font-style: bold;
	font-size: 17px;
	}

p.italic {
	font-style: italic;
	}




.custom-line {
    border: none;
    height: 2px;
    background-color: rgb(0, 69, 122);
    width: 50px;
    margin-left: 0;
    display: block;

}



hr {
    border: none;
    height: 2px;           /* Thickness of the line */
    background-color: #333; /* Color of the line */
    margin: 50px 0;        /* Space above and below */
}
