body { background: #4300ff; font-family: sans-serif; }
body:link { color: blue }

.logo  { float: left; width: 10em; padding-left: 1em; }

/* garish yellow #ffc825
*  purple #4300ff
*  pale yellow #ffe8a4
*/

#header { border-bottom: thick solid #4300ff; background: white; margin: 0em; }
#header a { text-decoration: none; color: #4300ff; }
#header em { font-weight: bold; color: #4300ff; font-size: 1.2em }
#header h1 { border: 0em; padding: 0em; margin-bottom: 0em;  }

#navigation { clear: left; float: left }
#navigation a { background: silver; font-weight: bold; }
#navigation a:link { color: #4300ff; text-decoration: none; background: #ffcc33; }
#navigation a:visited { color: #4300ff; text-decoration: none; background: #ffcc33; }
#navigation a:hover { color: #ffcc33; background: #4300ff; }
#navigation p { list-style: none; 
					background: #ffcc33; 
					margin-left: 0em; 
  					margin-bottom: 0.1em; 
					margin-right: 0em;
					text-align: center; 
					padding: 0em 0.2em;
					border-top: 2px #800080 solid;
					border-left: 2px #800080 solid;
					border-bottom: 3px #200020 solid;
					border-right: 3px #200020 solid;
			}
#navigation { border-left: thick #4300ff solid; 
				border-right: thick #210080 solid;
				border-bottom: thick #210080 solid;
				padding: 0.5em; 
				background: #ffe8a4; }

#content { margin-left: 12em; background: #ffe8a4; padding: 1em; }  
#content dt { font-weight: bold }
#content a:visited { color: #21007f; }
#content a:link { color: #4300ff; }
#content a:hover { color: #ffe8a4;  background: #4300ff; }

.colleft { float: left; margin-left: 20%; }
.colright { float: right; width: 40%; margin-right: 10%; }
.colnone { clear: both }

.testimonial { margin-left: 20%; margin-right: 20%; 
			   border: solid #006680; padding: 1em;
			   background: #00ccff; color: white; } 

ul.narrow {margin-left: 10%; margin-right: 10%}

#footer { clear: both; border-top: thick solid #4300ff; background: #00ccff; margin: 0em; }
#footer a:visited { color: black; }
#footer a:link { color: #4300ff; }
#footer a:hover { color: #00ccff;  background: #4300ff; }


