@charset "UTF-8";

body {
    font-family: Arial, Helvetica, Sans-serif;
	font-size: 90%;
	margin: 40px;
	}
.copyup {
	text-align: center;
	font-size: 80%;
	}
@font-face {
    font-family: Acme-Regular;
    src: url(../fonts/Acme-Regular.ttf);
}
.centre {
	text-align: center;
	font-weight: bold;
	font-size: 110%;
}
legend {
	color: white;
	font-weight: bold;
	font-size: 120%;
	text-indent: 6px;
	font-style: italic;
	background-color: #000099;
	line-height: 25px;
	border-radius: 25px;
	}
h1 {
	font-family: Acme-Regular;
	text-align: center;
	font-size: 2.5em;
	}
h2 {
	font-family: Acme-Regular;
	}
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: center;
	}
.little {
	font-size: 70%;
	color: black;
	}		
.center {
	text-align: center;
	}
.tem {
	padding: 5px;
	}	
hr {
	  margin: 30px 0; 
}
.squiggle {
  max-width: 100%;
  height: auto;
}