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 {           
}
h1 {
            color: silver;
            font-size: 36px;
            font-family: 'Special Elite', cursive;
            border-bottom: 1px solid black;
            margin-left: 50px;
}
h2 {
            color: rgb(255, 255, 224);
            font-size: 24px;
            margin: 30px;
            text-align: center;
            border-bottom: 1px dotted gray;            
}
h3 {
            color: crimson;
            font-size: 21px;
            font-style: italic;
	    margin-left: 30px;
}
p {
            color: rgb(255, 235, 235);
	    padding: 0px 30px 0px 30px;
}
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;
}
#cover {
           text-align: center;
           margin: 0px;          
}
#footer {
          padding: 10px;
          text-align: right;
}

#tableContainer {
             display: table;
             margin-left: 100px;
             width: 600px;
             border: #663366 solid 1px;
             background-color: rgb(0%, 10%, 20%);
}
#tableRow {
            display: table-row;
}
#linksIntro {
            display: table-cell;
            padding-left: 20px;
            background-color: #667777;
}   
#txtLeft {
            display: table-cell;
            width: 302px;
            vertical-align: top;
            padding: 20px;
}
#txtRight {
            display: table-cell;
            width: 288px;
            vertical-align: top;
            padding-right: 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: #FF0014;
            border-bottom: none;
            font-size: 24px;
            font-weight: bold;
}
ul li a:hover {
           color: crimson;
}
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);
       margin-left: 80px;
}
p {
	font-size: 16px;
	
}
em {
	font-size: 18px;
	color: rgb(255, 235, 205);
}
#tableContainer {
	text-align: center;
        width: 600px;
}
#txtLeft {
	width: 50%;
}
#txtRight {
	width: 50%;
}
#footer {
	text-align: right;
}
}