/* site.css */

header
{
	margin: auto;
	text-align:center;
	padding-bottom: 10px;
	border-bottom: solid 2px #C0C0C0;
}

body
{
	background-color: #368BC1;
	font-family: 'times new roman', serif, Arial;
}

.links button
{
	background-color: gold;
	border-radius: 10px;
	font-weight: bold;
	padding: 3px;
	width: 15em;
}

h2
{
	text-align: center;
	font-style: oblique;
	font-family: cursive;
}