body {
	color: #000000;
	background-color: #FFFFFF;
	left: auto;
	right: auto;
	font-family: "Times New Roman", Times, serif;
}

h3 { text-align:center;
margin-top: 0.5em; 
}

a.linkButton:link, a.linkButton:visited {

width: 6em;
padding: 0.4em;
line-height: 1.4;
background-color: gold;
border: 2px solid black;
color: #000000;
text-decoration: none;
text-align: center;
margin-top: 0.5em;
}

a.linkButton:hover {
width: 6em;
padding: 0.4em;
line-height: 1.4;
background-color: black;
border: 2px solid gold;
color: gold;
text-decoration: none;
text-align: center;
margin-top: 0.5em;
}

div.content {
	margin-left:auto;
	margin-right: auto;
	border: 4px solid black;
	width: 800px;
	height: 500px;
	padding-left: 0.3em;
	padding-right: 0.3em;
	padding-bottom: 0.5em;
	overflow: auto;

}

div.article {
	height:150 px;
	overflow:hidden;
}

div.footer {

margin-top: 1em;
padding: 0.5em;
text-align: center;
}
