
h1 {
	font-family: arial, sans-serif;
	font-size: 24px;
	font-style: normal;
	font-variant: normal;
	font-weight: 500;
	line-height: 36px;
}
h2 {
	font-family: arial, sans-serif;
	font-size: 20px;
	font-style: normal;
	font-variant: normal;
	font-weight: 500;
	line-height: 36px; 
}
h3 {
	font-family: arial, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-variant: normal;
	font-weight: 500;
	line-height: 28px;  
}
p {
	font-family: arial, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-variant: normal;
	font-weight: 500;
	line-height: 22px; 
	margin-bottom: 10px;
}

ul {
	font-family: arial, sans-serif;
        font-size: 16px;
        font-style: normal;
        font-variant: normal;
        font-weight: 500;
}

dl {
	font-family: arial, sans-serif;
        font-size: 16px;
        font-style: normal;
        font-variant: normal;
        font-weight: 500;

}

dt { 
	font-family: arial, sans-serif;
        font-size: 16px;
        font-style: normal;
        font-variant: normal;
        font-weight: 500;
}


ul {
	list-style: square;
}


ul li {
    padding: 5px;
    margin-left: 35px;
}

a:link.button.cta { text-decoration: none; font-weight: normal }
a:visited.button.cta { text-decoration: none; font-weight: normal }
a:active.button.cta { text-decoration: none }
a:hover.button.cta { background-color: white; color: black; text-decoration: none; font-weight: none }
