/*

  r9@@@x                x@@@6r        
 6@@@ @@@x            x@@@ @@@9       
6@@@@ @@@@@          @@@@@ @@@@9      
 L3@@ @@@@@          @@@@@ @@37       
  l38@@##8J          L8##@@83l        
                                               
             9@@@@9                   
         $    @@@@    $               
         @,   ;@@;   ,@               
          '@@@'  '@@@'

css & tinycatface by Meredith Lewis
*/

* {
	margin: 0;
	padding: 0;
}


body {
	background-color: AntiqueWhite;
	color: #482030;
	font-family: "Helvetica", Helvetica Neue, Arial, sans-serif;
	line-height: 1.5;
	margin: 0 auto;
}


h1 {
	font-size: 4.5em;
	margin:.3em 0 .3em 0;
	line-height: 1;
}

h1.maximal {
	font-size: 12vw
}

h1.huge {
	font-size: 10vw
}

h2 {
	font-size: 3em;
	margin: .3em 0 .3em 0;
	line-height: 1.1;
}

h3 {
	font-size: 2em;
	margin: 1em 0 1em 0;
	line-height: 1.25;

}

h4 {
	font-size: 1.5em;
	margin: 1em 0 1em 0;
}

h5 {
	font-size: 1.15em;
	margin: 1em 0 1em 0;
}


ul {
	list-style: none;
	padding: 0;
}

p {
	margin: 0 0 1em 0;
}



.navframe {
	display: inline-block;
	width:100%;
	background-color: white;
}

.navstart {
	display: inline;
	font-weight: bold;
	letter-spacing: .03em;
	margin-left:10px;
}

.nav {
	display: inline;
	font-weight: bold;
	letter-spacing: .03em;
}

.nav a:link {
	color: DeepPink;
}

.nav a:visited {
	color: hotPink;
}

.nav a:hover {
	color: Orange;
}

.subnavframe {
	display: inline-block;
	width:100%;
	background-color: hotpink;
}

.subnav {
	display: inline;
	font-weight: bold;
	letter-spacing: .03em;
	font-size: .8em;
	color: white;
}

.subnav a:link {
	color: White;
}

.subnav a:visited {
	color: Black;
}

.subnav a:hover {
	color: Yellow;
}

.center {
	text-align: center;
}

.pageblock {
	max-width: 60%;
	margin: auto;
}

.contentblock {
	max-width: 80%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 1.5em;
	margin-bottom: 1.5em;
	}

.imagegallery {
	display: inline-block;
	text-align: center;
}

a {
	color: OrangeRed;
	text-decoration: none;
}

a:visited {
	color: deepPink;
}

a:hover {
	color: orange;
}


p.ascii {
	font-family: "Courier New", Courier, "Lucida Sans Typewriter", "Lucida Typewriter", monospace;
	font-size: 2vw;
	line-height: 1.25;