body
	{
		background-color:white;
		color:black;
		margin: 5em 10% 50em 10%;
	}

*.center
	{
		text-align:center;
	}
	
*.biggest
	{
		font-size:200%;
	}
	
*.bigger
	{
		font-size:175%;
	}
	
*.big
	{
		font-size:150%;
	}
	
p.text
	{
		line-height:1.4;
		text-align:justify;
	}
	
p.note
	{
		margin-left:.5em;
		text-indent:-.5em;
		line-height:1.1;
		font-size:90%;
	}
p.plainnote
	{
		line-height:1.1;
		font-size:90%;
	}
p em
	{
		font-family:cursive;
		font-style:normal;
		text-decoration:none;
	}
	
*.indent
	{
		text-indent:2em;
	}
	
a:active
	{
		text-decoration:none;
	}
a:hover
	{
		text-decoration:none;
	}
a:link
	{
		text-decoration:none;
		font-family:sans-serif;
		font-weight:bold;
	}
a:visited
	{
		text-decoration:none;
	}
