body {
    background: #ffffff;
    margin: 0;
    font-family: helvetica, arial;
    font-size: 14px;
    color: #000000;
    padding-bottom: 20px;
}

.outerbox {
    width: 800px;
}

.contentbox {
    border: 1px #cccccc dashed;
    margin-top: 10px;
    margin-left: 30px;
    margin-bottom: 10px;
    margin-right: 10px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
}

h1 {
    font-size: 24px;
    margin-top: 15px;
    margin-left: 10px;
    margin-bottom: 10px;
    margin-right: 10px;
}

h2 {
    font-size: 16px;
    font-weight: bold;
}

h3 {
    font-size: 14px;
    text-decoration: underline;
}


p {
    line-height: 18px;
    text-align: justify;
	padding-bottom: 6px;
}

a, a:visited {
	color: blue;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
	color: red;
}

#selfauthor {
    font-style: italic;
    text-decoration: underline;
}
#ita { /* replacement for <i>s */
    font-weight: bold;
}
