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, 40, 70);
}
body {
            font-family: Verdana, Geneva, Arial, sans-serif;
            margin: 0px;  
	     background-color: rgb(240, 248, 255);                
}
h1, h2 {
            color: silver;  
}
h1 {
            font-size: 36px;
            font-family: 'Special Elite', cursive;
            border-bottom: 1px dotted black;
            margin-left: 50px;
}
h2 {
            font-size: 24px;
            margin: 30px;
            border-bottom: 1px dotted gray;
            text-align: center;
}
h3 {
            color: #FF0000;
            font-size: 16px;
            font-type: serif;
}
p {
            color: rgb(255, 235, 205); 
            font-size: 16px; 
	     text-align: left;          
}
q {
          color: rgb(255, 235, 205);
          font-family: serif; 
          font-style: italic;
          font-size: 16px;
          text-align: center;
} 
em {
            font-family: serif;
            font-size: 18px;
}
#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;
}
#voicemag {
           text-align: center;
}
#cb5cover {
           text-align: center;
           background-color: rgb(0, 40, 60);
           border: 1px dotted #000055;
}
#footer {
          padding: 10px;
          text-align: right;
}
#tableContainer {
             display: table;
             margin-left: 80px;
             background-color: #336677;
             border: 1px dotted white;
             
}
#tableRow {
            display: table-row;
}
#txtLeft {
            display: table-cell;
            width: 290px;
            padding: 10px;
            vertical-align: top;
           border-radius: 15px;
            border: 1px, dotted, silver;
	     text-align: left;
}
#txtRight {
            display: table-cell;
            width: 302px;
            padding: 10px;
            vertical-align: top;
	     text-align: ledft;
}
.voice {
            font-family: sans-serif;
            color: rgb(255, 235, 205);
            font-size: 12px;
}
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(170, 20, 00);
            border-bottom: none;
            font-size: 24px;
            font-weight: bold;
}
ul li a:hover {
           color: rgb(120, 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 {
	margin-left: 90px;
}
}