a:link {
            color: white;
            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, 00);
}
body {
            font-family: Verdana, Geneva, Arial, sans-serif;
                        background-color: rgb(10, 40, 20);
            margin: 0px ;                  
}
h1 {
            font-size: 48px;
	    color: silver;
            font-family: 'Special Elite', cursive;
            border-bottom: 1px solid black;
            margin-left: 50px;
}
h2 {
            font-size: 19px;
            font-style: italic;
            color: #006555;           
            text-align: center;

}
p {
            color: silver;
            margin-left: 95px;
            font-size: 16px;
            padding: 10px;
}
em {
            font-family: serif;
            font-size: 16px;
            color: silver;
}
#tableHeader {
            display: table;
            margin-left: 100px; 
}
#tableRow {
            display: table-row;
}
#headerLogo {
            display: table-cell;
            margin-left: 100px;
            vertical-align: top;
}
#headerCaption {
            display: table-cell;
            vertical-align: top;
            padding: 20px 0px 0px 80px;
}
#footer {
          padding: 10px;
          text-align: right;
}
#tableContainer {
             display: table;
             
             margin-left: 140px;
}
#tableRow {
            display: table-row;
            
}
#muffler {
            vertical-align: top;
	    text-align: center;
            border-size: 1px;
            border-style: dotted;
            border-color: silver;
            border-radius: 20px;
            padding: 10px;
}
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: crimson;
            border-bottom: none;
            text-decoration: 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 80px;
}

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

}
p {
	font-size: 16px;
	text-align: right;
}
em {
	font-size: 16px;
}
#muffler {
	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: crimson;
            border-bottom: none;
            text-decoration: 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;            
}
}
