body{
	font-family: Georgia, Palatino, "Times New Roman", Times, serif;
	font-size: 67.7%;	
}

p {
	font-size: 1.2em;
}

a:link {
text-decoration: none;
color: #c30;
}
a:visited {
text-decoration: none;
color: #c30;
}
a:hover {
text-decoration: none;
color: #930;
border-style: none none dotted none;
border-width: 1px;
}
a:active {
text-decoration: none;
color: #c30;
}

h1 {
	font-size: 1.5em;
}

h2 {
	font-size: 1.4em;
	padding-top: 1em;
}

#header{
	padding-top: 1em;
	text-align: center;
}

#pubslist{
	margin-left: 2em;
	padding-left: 2em;
	text-indent: -2em;
}
