
body {
	background-color: #ffffcc;
	font-family: Georgia, Times, serif;
	}

.title {
	font-family: Georgia, Times, serif;
	color: #9d9d60;
	font-size: 37px;
	padding-left: 41px;
	}

.subtitle {
	font-family: Georgia, Times, serif;
	color: #70702e;
	font-size: 12px;
	padding-left: 41px;
	}


hr {
    color: #000000;
    height: 1px;
    background: transparent;
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    border-bottom-color: #000000;
    border-top-width: 0px;
    }

hr.okras {
    color: #666600;
    height: 2px;
    background: transparent;
    border-bottom-width: 2px;
    border-bottom-style: solid;
    border-bottom-color: #666600;
    border-top-width: 0px;
    }
    
