h1
{
    font-family: 'Open Sans', sans-serif;;
    color: #000000;
    font-weight: bold;
    size: 100%;
}

h2
{
    font-family: 'Open Sans', sans-serif;;
    color: #000000;
    font-weight: bold;
    size: 100%;
}

h3
{
    font-family: 'Open Sans', sans-serif;;
    color: #000000;
    font-weight: bold;
    size: 100%;
}

.cat
{
    font-family: 'Open Sans', sans-serif;;
    color: #000000;
    font-weight: bold;
    font-size: 120%;
}

body, td, th, tr
{
    font-family: Arial, Helvetica;
    color: #000000;
    font-weight: normal;
    size: 100%;
}


.title
{
    font-family: 'Open Sans', sans-serif;;
    color: #ffffff;
    font-weight: bold;
    size: 100%;
}

li{
    padding-bottom:0.5rem;
}

A:link, A:visited
{
	font-family: Arial, Helvetica;
	color: #000000;
	font-weight: normal;
	size: 100%;
	text-decoration: underline;
}

A:hover, A:active
{
	font-family: Arial, Helvetica;
	color: #FF0000;
	font-weight: normal;
	size: 100%;
	text-decoration: underline;
}