body {font-family: Verdana}

p {text-align: left;} 
h1 {font-family: Times New Roman; text-align: center; font-size: 240%; color: darkblue;} 
h2 {font-family: Times New Roman; text-align: center; font-size: 160%; color: darkgreen;} 
h3 {font-family: Times New Roman; text-align: center; font-size: 130%; font-style: italic;} 
h4 {font-family: Times New Roman; text-align: center; font-size: 140%; font-family: Courier;} 

a {text-decoration: none}
a:link {color: blue}
a:visited {color: purple}
a:hover {text-decoration: underline}

.main-title {
	font-family: Courier;
	text-align: center;
	font-size: 400%;
	font-weight: bold;
	color: darkblue;
}

table.main {
	max-width: 800px;
	margin: 0 auto;
}

td.main-link {
	border: 1px solid darkblue;
	border-radius: 8px;
	padding: 10px;
}

table.article-table {
	max-width: 1000px;
	margin: 0 auto;
}

table.article-table-wide {
	max-width: 1300px;
	margin: 0 auto;
}

table.top-link-table {
	max-width: 1000px;
	margin: 0 auto;
	font-size: 90%;
	font-style: italic;
	border-spacing: 5px;
}

table.form-page {
	border: 2px solid black;
	padding: 4px;
	margin: 0 auto;
}

td.link {
	text-align: center;
	border: 1px dotted black;
	border-radius: 8px;
	padding: 5px;
}

td.image {
	text-align: center;
}

td.text {
	padding: 10px;
}

td.text-clue {
	padding: 10px;
	font-family: Courier;
	text-align: center;
	font-size: 120%;
}

p.indented {
	margin-left: 30px;
}

p.centered {
	text-align: center;
}

p.picture {
	text-align: center;
	font-size: 80%;
}
