@charset "utf-8";

body {
	background-image:url('/img/whitey_light_blue.png');
	text-align:center;
	color:white;
    text-shadow: 0.05em 0.05em 00.01em #300;
    font-size: 1.2em;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:bold;
}

body.neutral {
	font-weight:normal;
	background-image:none;
	color:#000000;
    text-align:left;
	text-shadow:none;
    font-size: 0.9em;
    margin: 2em
}

a.white {
	color:white;
	text-decoration: none;
}

img {
   max-width: 100%;
   height: auto;
   width: auto\9; /* ie8 */
   margin-left:1em;
   margin-right:1em;
}

.title { font-size: 1.8em }
.subtitle { font-size: 1.1em }

h1 {
	text-decoration: bold;
    font-size: 1.2em
}

h2 {
	font-style: italic;
    font-size: 1.0em
}

div.indented {
    text-indent: 3em;
}

h3 {
    font-size: 0.9em
}