body {
	/*font-family: Garamond, "EB Garamond", serif;*/
	font-size: large; 
	padding: 30px 35% 30px 10%;
}

@media only screen and (max-width: 900px) {
    body {
    	font-size: normal;
        padding: 30px 10% 30px 10%;
    }
}

h1 {
	border-bottom-style: solid;
}

a:link {
	color: #44a;
	text-decoration: none;
	font-weight: bold;
}

.section {
	padding-top: 15px;
}

.email {
	font-style: italic;
}

.pub {
	list-style-position: outside;
}

.pub li {
	margin-top: 10px;
	background-color: #fff;
	padding-left: 10px;
}

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

.rlink {
	text-align: right;
	float: right;
}

.rpic {
	text-align: right;
	float: right;	
}

.rpic img {
	width: 270px;
}

.newsitem {
	background-color: #eee;
	padding-left: 10px;
	margin-left: 30px;
	margin-top: 10px;
	padding-bottom: 10px;
}
