body{font-family:'Crimison Text',Arial,sans-serif;font-size:1em; background-color:white; line-height:150%;}
h1{font-size:2em;font-weight:bold;text-align:center;margin-bottom:1em;margin-top:1em}
h2{font-size:1.3em;font-weight:bold;margin-bottom:0.5em;margin-top:1em}
h3{font-size:1.1em;font-weight:bold;margin-bottom:0.5em;margin-top:1em}
p{margin-bottom:10px;text-align:justify}
p.red{color:#f00;text-align:center}
select{padding:5px;width:100%}
/*nav{margin-bottom:10px}nav ul{list-style:none}nav ul li{display:inline}*/
nav a{display:inline-block;background:#333;color:white;padding:5px 15px;border:1px solid white;text-decoration:none}
nav a:hover{border:1px solid #89aac0;background:#89aac0}
nav a:active{background:blue}

	
@media handheld, only screen and (min-width: 768px) {
	body{
		margin-left: 10%;
		margin-right: 10%;
		font-size:1em;
	}
}

	