a:link {
            color: white;
            border-width: 1px;
}
a:visited {
            color: rgb(250, 235, 215);
}
a:hover {
            color: rgb(238, 232, 170);
}
#allcontent {
           width: 400px;
           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(240, 248, 255);
            margin: 0px;                  
}
h1 {
            font-size: 26px;
	    color: silver;
            font-family: 'Fascinate Inline', cursive;
            border-bottom: 1px solid black;
            margin-left: 50px;
}
h2 {
            font-size: 18px;
            font-style: italic;
            color: #006555;           
            text-align: center;
	    margin: 30px;

}
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: 70px;
            vertical-align: top;
}
#headerCaption {
            display: table-cell;
            vertical-align: top;
            padding: 25px 0px 0px 40px;
}
#footer {
          padding: 10px;
          text-align: right;
}
#tableContainer {
             display: table;
             
             margin-left: 95px;
}
#tableRow {
            display: table-row;
            
}
#muffler {
            vertical-align: top;
            border-size: 1px;
            border-style: dotted;
            border-color: gray;
            border-radius: 20px;
            padding: 10px;
}
ul {
            background-color: #efe50;
            margin: 10px 10px 0px 10px;
            list-style-type: none;
            padding: 5px 0px 5px 0px;
}
ul li {
            display: inline;
            padding: 5px 10px 5px 10px;
}
ul li a:link, ul li a:visited {
            color: rgb(120, 20, 00);
            border-bottom: none;
            text-decoration: none;
            font-size: 16px;

}
ul li a:hover {
           color: rgb(170, 20, 00);
}
ul li.selected {
            background-color: gray;
            padding: 15px 5px 5px 5px;
            border-radius: 10px;            
}

