body
{
	padding-top: 50px;
	font-family: Roboto;
	background-color: #161514;
	color: rgb(100, 80, 40);
	text-align: center;
}

a
{
	color: orange;
	text-decoration: inherit;
	font-weight: bold;
}

a:hover
{
    color: white;
}

.title
{
    font-weight: bold;
    font-size: 110%;
}

.copyright
{
    color: rgb(141, 111, 54);
}

.note
{
    font-style: italic;
    font-weight: bold;
}

.small
{
    font-size: 90%;
}