body {                                                                                                              
	background: #ffffff;
	color: #000000;
	font-family: serif;
        margin-left: 1.25em;
        margin-right: 1.25em;                                                                  
	line-height: 1.5em;
	font-stretch: condensed; 
}    

figure {
	float: right;
	font-family: sans-serif;
	width: 40%;
	text-align: left;
	font-style: normal;
	font-weight: normal;
	text-indent: 0;
	border: thin black solid;
	margin: 0.5em 0.5em 0.5em 0.5em;
	padding: 0.5em;
}

figcaption {
	line-height: 1em;
	font-size: 0.5em;
}

img {
	width: 100%;
}                                                                                                               

p {
	margin-left: 0.5em;
	line-height: 1.5em;
}

p code {
	font-family: monospace, courier;
	font-size: 1.1em;
	color: #ccc;
}	                                                                                                                
h1, h2, h3, h4, h5, h6 {                                                                                                 
        color: #000;                                                                                             
	letter-spacing: -0.05em;
	font-size: 105%;
}
h5, h6 {                                                                                                 
        font-size: 1.0em;                                                                                           
	margin: 1em 0 0 0;
}
h2, h3, h4, h5, h6 {                                                                                                 
	margin: 1em 0 0 0;
}

h4.lastupdate {
	text-align: left;
}
                                                                                                                    
a, a:active, a:hover, a:visited {                                                                          
        text-decoration:underline;
}                                                                                                                   

ul,ol {
	margin: 0 0 0 1.1em;
}

.wrap {

	margin: 0 0 0 0;
}

.wrap a {

	font-weight: normal;
	text-decoration: underline;
}

.bodylink a, .bodylink a:active, .bodylink a:hover, .bodylink a:visited {                                                                          
        color: #66667F;
        text-decoration:underline;                                                                                              
} 

.pagetitle {

	text-align: center;
}

table {
	width: 100%;
}

table td {
	font-size: 100%;
}

/* 
 *
 *         RESPONSIVE MENU BUILD 
 *
 *         */


header {
        font-size: 1.8vw;
        letter-spacing: -1px;
        background: #ddd;
        width: 100%;
        height: 1.5em;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 100;
        border-bottom: 1px solid #000;
        font-family: sans-serif;
        letter-spacing: 0px;
	display: none;
}
nav ul {
        list-style: none;
        margin: 0;
}
nav li {
        display: inline-block;
        float: left;
        padding: 1px 0em 0 0.5em;
}
nav a {
        text-decoration: none;
        font-weight: bold;
}
nav a:hover {
        text-decoration: underline;
}
#logo, #logo a {
        text-decoration: none;
        margin: 0em 0 0 0.25em;
        float: left;
/*      font-size: 2.5vw;*/
        font-size: 2.2vw;
        display: block;
        color: #000;
}
nav {
        float: right;
        height: 1.5em;
        padding: 0 1em 0 1em;
}
#menu-icon {
        background: url(menu-icon.png) no-repeat center;
        display: hidden;
/*      width: 64px;
 *              height: 64px; */
        width: 7vw;
        height: 7vw;
}


/* Flashing */
.flash, .flash p {
   animation-name: flash;
    animation-duration: 0.65s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-play-state: running;
    color: #F00;
}

@keyframes flash {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
    0% {
        opacity: 1;
    }
    75% {
        opacity: 1;
    }
    76% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}

#center {
	text-align: center;
}
