/* Custom CSS */

strong {
    color: #B5A707;
}

ul
{
	font-weight: 400;
font-size: 15px;
line-height: 24px;
margin: 0;
color: #444;
}

ul li::marker {
    color: #B5A707;
}

.frame {
    background-color: white;
    padding: 10px;
    border: 8px double #B5A707;
}

.title {
    font-size: 1.3em;
    font-weight: 400;
    color: #B5A707;
}


hr {
	width: 80%;
	height: 1px;
	background-color: #B5A806;
	border: none;
}
