﻿body 	{	text-align: center;
			font-family: Arial;
			}
#header {
			margin: auto;
			text-align: center;
			}
#content {
			margin: 10%;
			padding: 5%;
			margin-top: 1em;
			padding-top: 1em;
			border: 1px solid black;
			text-align: left;
			}
#linkbar {
			margin: 1em;
			text-align: center;
			border: 1px solid black;
			padding: .5em;
			
			}
a.hide {
				color: black;
				text-decoration: none;
				}
a:hover.hide {
				border-bottom: 1px dotted orange;
				}

a.linkbar {
				text-decoration: none;
				color: black;
				border-bottom: 1px dotted orange;
				margin: .25em;
				font-size: .75em;
				}
a:hover.linkbar {
					background-color: orange;
					}
					
.imageleft {
					float: left;
					margin-right: 1em;
					}
					
.imagecenter {
	text-align: center;
	margin: auto;
}
