body {
    background-color:#333333;
    font-family: Arial, sans-serif;
    font-size: 100%;
    margin: 0px;
    color: #000000;
    }

@font-face {
    font-family: 'archistico';
    src: url('archistico/archistico_simple-webfont.eot');
    src: url('archistico/archistico_simple-webfont.eot?#iefix') format('embedded-opentype'),
         url('archistico/archistico_simple-webfont.woff') format('woff'),
         url('archistico/archistico_simple-webfont.ttf') format('truetype'),
         url('archistico/archistico_simple-webfont.svg#archisticonormal') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'kg_love_somebodyregular';
    src: url('kglovesomebody/kglovesomebody-webfont.eot');
    src: url('kglovesomebody/kglovesomebody-webfont.eot?#iefix') format('embedded-opentype'),
         url('kglovesomebody/kglovesomebody-webfont.woff2') format('woff2'),
         url('kglovesomebody/kglovesomebody-webfont.woff') format('woff'),
         url('kglovesomebody/kglovesomebody-webfont.ttf') format('truetype'),
         url('kglovesomebody/kglovesomebody-webfont.svg#kg_love_somebodyregular') format('svg');
    font-weight: normal;
    font-style: normal;
}


#header {
    background-color:#003366;
    text-align:left;
    padding:10px;	 
    font-family: "archistico", sans-serif;
    color: #cccccc;
    font-size: 150%;
    border-bottom-style: dotted;
    border-bottom-width: 8px;
    border-bottom-color: #000000;
}

#headerText {
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    width:800px;
    background-color: #003366;
    padding:10px;
    }
    
#headerText1 {
    text-decoration: none;
    text-align: left; 
    font-family: "archistico", sans-serif;
    color: #cccccc;
    font-size: 150%;
    }
    
#headerText2 {
    text-decoration: none;
    text-align: left; 
    font-family: "archistico", sans-serif;
    color: #cccccc;
    font-size: 100%;
    }

#headerTextAUTHOR {
	margin-top: 10px;
    text-decoration: none;
    text-align: left; 
    font-family: "american typewriter", sans-serif;
    color: #e7d065;
    font-size: 85%;
    } 
    
#headerTextAUTHOR2 {
	margin-top: 10px;
    text-decoration: none;
    text-align: left; 
    font-family: "american typewriter", sans-serif;
    color: #666666;
    font-size: 85%;
    }   
  

#section {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    width:800px;
    background-color: #000000;
    padding:10px;
    }
    
#sectionCoverText {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    width:760px;
    background-color: #000000;
    padding:10px;
    }

#sectionCoverText a:hover {
	color: #ffffff;
	}

#sectionCoverText1 {
    text-decoration: none;
    text-align: center;
    font-family: "archistico", "kg_love_somebodyregular", arial, sans-serif;
    color: #e7d065; 
    font-size: 600%;
    padding:3px;
    }
    
#sectionCoverText1b {
    text-decoration: none;
    text-align: center;
    font-family: "archistico", "kg_love_somebodyregular", arial, sans-serif;
    color: #e7d065; 
    font-size: 200%;
    padding:3px;
    }

#sectionCoverText2 {
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    width:700px;
    background-color: #000000;
    padding:10px;
    }
    
#sectionCoverText2 a:hover {
	color: #ffffff;
	}
    
#sectionCoverText2 {
    text-decoration: none;
    text-align: left;
    font-family: "archistico", "kg_love_somebodyregular", arial, sans-serif;
    color: #666666; 
    font-size: 150%;
    padding:3px;
    }

    
img {
	padding: 1px;
	border: 1px solid #000000;
	background-color: #000000;
    border-radius: 5px;
    margin-top: 15px;
    margin-bottom: 10px;
	}
    
#footer {
    background-color:#003366;
    clear:both;
    text-align:center;
    padding:5px;
    font-family: "archistico", sans-serif;
    color: #cccccc;
    font-size: 150%;    
    border-top-style: dotted;
    border-top-width: 8px;
    border-top-color: #000000;
}

#questionLINKS a:link, a:visited {
    text-decoration: underline;
    font-family: "archistico", sans-serif;
    color: #ffffff;
    font-size: 150%;
}

#questionLINKS a:hover, a:active {
    text-decoration: underline;
    font-family: "archistico", sans-serif;
    color: #ff6666;
    font-size: 150%;
}

#footerText {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    width:800px;
    background-color: #003366;
    padding:10px;
    }
    
#footerText a:hover {
	color: #000000;
	}
    
#footerText1 {
    text-decoration: none;
    text-align: center; 
    font-family: "archistico", sans-serif;
    color: #cccccc;
    font-size: 150%;
    }
    
#footerText2 {
    text-decoration: none;
    text-align: center; 
    font-family: "archistico", sans-serif;
    color: #666666;
    font-size: 100%;
    }

#footerTextAUTHOR {
	margin-top: 10px;
    text-decoration: none;
    text-align: center; 
    font-family: "american typewriter", sans-serif;
    color: #e7d065;
    font-size: 85%;
    }   
  