body {
				background-color : #FCFCFC;
				margin-left : 10%;
				margin-right : 10%;
				
				line-height : 1.5;
				text-align : justify;
}

h1 {
				color : #000000;
				
				font-family : serif;
				font-style : bold;
				font-size : 300%;
				
				text-align : center;
				letter-spacing : .15em;
				word-spacing : .15em;
				
				margin-bottom : -15px;
}

h4 {
				text-decoration : underline;
				margin-bottom : -5px;
}

div.narrow{
				margin-left : 15%;
				margin-right : 20%
}

p.footer{
				font-size : small;
				
				text-align : center;
}

/*  Hyperlink styles (reminder: the *last* relevant pseudo-class applies) */

a:link{
				color : blue;
}

a:visited{
				color : blue;
}

a:active{
				color : darkblue;
}

a.menu{
				font-style : bold;
				font-size : 125%;
}

span.current{
				font-style : bold;
				font-size : 125%;
}

/*  Place picture in top right of page  */

#pic{
				float : right;
				width : 200px;
				margin-left : 3em;
				margin-bottom : 1em;
}