a:link {
            color: rgb(255, 255, 254);
            border-width: 1px;
}
a:visited {
            color: rgb(250, 235, 215);
}
a:hover {
            color: rgb(238, 232, 170);
}
#allcontent {
           width: 800px;
           padding-top: 0px;
           padding-bottom: 0px;
           margin-left: auto;
           margin-right: auto;
           background-color: rgb(00, 20, 40);
	   
}
body {
            font-family: Verdana, Geneva, Arial, sans-serif;
            
            background-color: rgb(00, 20, 40);
            margin: 0px ;                  
}
h1, h2 {
            color: silver;  
}
h1 {
            font-size: 60px;
            font-family: 'Special Elite', cursive;
            border-bottom: 1px solid black;
            margin-left: 50px;
}
h2 {
            font-size: 24px;
            margin: 30px;
            border-bottom: 1px dotted gray;
}
h3 {
           color: rgb(120, 20, 00);
           font-size: 12px;
           font-family: 'Spectral SC', serif;
}
p {
            font-size: 18px;
            color: #FF0000;
            padding: 20px;
            margin: 20px;
}
em {
            font-family: serif;
            font-size: 16px;
            color: #66CC99;
}
#tableHeader {
            display: table;
            margin-left: 100px; 
	     width: 800px;
}
#tableRow {
            display: table-row;
}
#headerLogo {
            display: table-cell;
            margin-left: 100px;
            vertical-align: top;
}
#headerCaption {
            display: table-cell;
            vertical-align: top;
            padding: 10px 0px 0px 40px;
}
#contact {
	margin-left: 200px;
}
#contact a {
	text-decoration: none;
}
#footer {
          padding: 10px;
          text-align: right;
}
#tableQuote {
             display: table;
             background-color: #000033;
             width: 800px;
}
#keppler {
           display: table-cell;
           width: 260px;
            vertical-align: top;
            padding: 0px 280px 5px 30px;            
}
#schustermann {
           display: table-cell;
           width: 220px;
            vertical-align: top;
            
}
#tableStrip {
            display: table;
            margin-left: 100px; 
	     width: 800px;
}
#tableRow {
          display: table-row;
}
#fmstrip {
            display: table-cell;
            vertical-align: top;
	    border: 1px dotted silver;	    
}
#txtDates {
            display: table-cell;
            vertical-align: top;
	     padding: 20px 220px 0px 230px;
	   
	    border: 1px dotted silver;
	    text-align: center;

}
ul {
            background-color: #efe50;
            margin: 0px 0px 0px 20px;
            list-style-type: none;
            padding: 5px 0px 0px 0px;
}
ul li {
            display: inline;
            padding: 0px 0px 0px 5px;
}
ul li a:link, ul li a:visited {
            color: rgb(120, 20, 00);
            border-bottom: none;
            font-size: 22px;
            font-weight: bold;
}
ul li a:hover {
           color: rgb(170, 20, 00);
}
ul li.selected {
            background-color: gray;
            padding: 5px 5px 5px 5px;
            border-radius: 10px;
}
@media screen and (min-device-width: 1040px) {
#allcontent {
	width: 800px;
}
#headerLogo {
	margin-left: 150px;
}
#headerCaption {
	padding: 20px 0px 0px 0px;
}

h1 {
	font-size: 60px;
}
h2 {
	font-size: 24px;

}
p {
	font-size: 16px;
	
}
em {
	font-size: 18px;
}
#tableQuote {
	margin-left: 0px;               
}
#ivory, liveshots {
        text-align: center;	   
	border: 1px silver dotted; 
}
#footer {
	color: silver;
	text-align: center;
}
ul {
            background-color: #efe50;
            margin: 0px 10px 0px 30px;
            list-style-type: none;
            padding: 0px 0px 0px 0px;
}
ul li {
            display: inline;
            padding: 0px 10px 0px 10px;
}
ul li a:link, ul li a:visited {
            color: rgb(120, 20, 00);
            border-bottom: none;
            font-size: 24px;
            font-weight: bold;
}
ul li a:hover {
           color: rgb(170, 20, 00);
}
ul li.selected {
            background-color: gray;
            padding: 5px 5px 5px 5px;
            border-radius: 10px;
}
}


