a:link {
            color: silver;
            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(0, 15, 50);
}
body {
            font-family: Verdana, Geneva, Arial, sans-serif;
                        background-color: rgb(240, 248, 255);
            margin: 0px ;                  
}
h1, h2 {
            color: silver;  
}
h1 {
            font-size: 36px;
            border-bottom: 1px solid black;
            font-family: 'Special Elite', cursive;
            margin-left: 50px;
}
h2 {
            font-size: 24px;
            text-align: center;
            border-bottom: 1px dotted gray;
}
h3 {
            font-size: 16px;
            color: #FF0000;
}
p {
            color: rgb(255, 235, 205);
}
em {
            font-family: serif;
            font-size: 18px;
            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: 70px 0px 0px 120px;
}
#footer {
          padding: 10px;
          text-align: right;
}
#tableContainer {
             display: table;
             width: 600px;
             border: 1px silver dotted;
             margin-left: 100px;
}
#tableRow {
            display: table-row;
}
#txtLeft {
            display: table-cell;
            width: 292px;
            padding: 20px;
}
#txtRight {
            display: table-cell;
            width: 272px;
            padding: 20px;
}
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;
            font-size: 24px;
            font-weight: bold;
}
ul li a:hover {
           color: rgb(170, 20, 00);
}
ul li.selected {
            background-color: #c8b99c;
}

@media screen and (min-device-width: 1040px) {
#allcontent {
	width: 800px;
}
#headerLogo {
	margin-left: 150px;
}
#headerCaption {
	padding: 50px 0px 0px 140px;
}
ul li a:link, ul li a:visited {
	font-size: 24px;
}
h1 {
	font-size: 60px;
}
h2 {
	font-size: 24px;
	color: rgb(170, 20, 00);

}
h3 {
	color: rgb(170, 20, 00);
}
p {
	font-size: 16px;
}
em {
	font-size: 18px;
	color: rgb(255, 235, 205);
}
            #tableContainer {
            text-align: center;
}
}

