body {
	margin: 20px;
    font: Verdana,sans-serif;
    font-family: Verdana,sans-serif;
}

img {
	border: none;
}

p {
	text-align: justify;
    font-size: medium; 
}



.i {
    
    font-style: italic;
}

.strong {
    font-weight: bolder;
}

.center {
    text-align: center;
}

.required {
	color: #AA0000;
}


/* *************************** */
/* Rules for "Error Messages". */
/* *************************** */
.errMsg {
    color: white;
    font-weight: bolder;
    background-color: #FF3333;
    border: 1px solid black;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    width: 40%;
}

/* **************************** */
/* Rules for "Status Messages". */
/* **************************** */
.statusMsg {
    color: white;
    font-weight: bolder;
    background-color: #0066FF;
    border: 1px solid black;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    /* width: 40%; */
}
