body, p {
	font-weight: normal;
	font-size: 14px;
	font-family: sans-serif;
}

.headline {
	font-weight: bold;
	font-size: 20px;
	text-align: center;
	color: blue;
}

.subheadline {
	font-weight: bold;
	font-size: 18px;
	color: blue;
	text-align: left;
}

.readlink {
	font-weight:bold;
	font-size: 14px;	
}

.linklist {
	font-weight: bold;
	font-size: 14px;
}

img.left {
    float:left;
    margin: 0 10px 0 0;
}

img.right {
	    float:right;
	    margin:0 0 0 10px;
}
