body {
	background-color: white;
	color: black;
	padding-left: 2%;
	padding-right: 2%;
	padding-top: 1em;
	font-family: Verdana, Arial, sans-serif;
	font-size: 13px;
}

h1 {
	margin-top: 0px;
	padding-top: 0px;
	font-size: 20px;
	color: #333333;
        font-weight: bold;
}

h2 {
	margin-top: 0px;
	padding-top: 0px;
	font-size: 16px;
	color: #11285E;
        font-weight: bold;
}

h3 {
	margin-top: 0px;
	padding-top: 0px;
	font-size: 14px;
        font-weight: bold;
}

td {
	font-size: 13px;
}

p.question {
    font-weight: bold;
}

a.contents:link {
    color: #000000;
    text-decoration: none;
}

a.contents:visited {
    color: #000000;
    text-decoration: none;
}

a.contents:hover {
    color: #000000;
    text-decoration: underline;
}

#contentcat {
    font-size: 13px;
    font-weight: bold;
    line-height: normal;
    font-style: normal;
    padding-left: 0px;
}

#contentpage {
    font-size: 13px;
    font-weight: normal;
    line-height: normal;
    font-style: normal;
    padding-left: 5px;
}

#contentsubpage {
    font-size: 12px;
    font-weight: normal;
    line-height: normal;
    font-style: normal;
    padding-left: 20px;
}