@charset "UTF-8";

@media all
{
	body { text-align: center; }
  #page_margins {
		margin: 0 auto;
		text-align:left;
		width: 645px;
	}

	#main {margin-top: 200px;}
	
	a,
	a:hover,
	a:active,
	a:visited {
		text-decoration: none;
	}
	p {
		font-family:times,serif;
		font-size: 4.0em;
		line-height: normal;
	}
	
	p a {font-style: italic;}
	
	.line1 {margin-bottom: -0.2em;}
	.line2 {margin-bottom: -0.4em;}
	.line3 {margin-bottom: -0.3em;}
	
	span {vertical-align: super;}
	
	/*.line2 span {vertical-align: baseline;}*/
	
	ul {list-style-type: none; text-align:center;}
	
	li {
		display: inline;
		margin: 0 1em 0 0;
	}
	
	li a {margin-right: 1em;}
	
	
}