a:link {
            color: silver;
            border-width: 1px;
}
a:visited {
            color: silver;
}
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, 40);
}
body {
            font-family: Verdana, Geneva, Arial, sans-serif;
            background-color: rgb(10, 60, 60);
            margin: 0px;                  
}
h1, h2, h3 {
            color: silver;  
}
h1 {
            font-size: 48px;
            font-family: 'Special Elite', cursive;
            border-bottom: 1px solid black;
            margin-left: 50px;
}
h2 {
            font-size: 24px;
            margin: 30px;         
            background-color: #000011;
            border-radius: 10px;
            
            text-align: center;           
}
h3 {
            font-size: 24px;
	    font-style: italic;
            margin: 30px;         
            background-color: #000011;
            border-radius: 10px;
            text-align: center;  
}
p {
            color: rgb(255, 235, 205); 
            font-size: 14px;           
} 
em {
            font-family: serif;
            font-size: 17px;
}

#headerLogo {
            display: table-cell;
            margin-left: 100px;
            vertical-align: top;
}
#headerCaption {
            display: table-cell;
            vertical-align: top;
            padding: 20px 0px 0px 80px;
}

	     
div#tableContainer {
             display: table;
             margin-left: 100px;
              vertical-align: top;
	      
}
div#tableRow {
            display: table-row;  
		          
}
div#imgLeft {
            display: table-cell;
            width: 297px;
            vertical-align: top;
}
div#imgRight {
            display: table-cell;
            width: 297px;
            vertical-align: top;
            background-color: #033;
}
div#prodTxt, prodTxt2, prodTxt3 {
            display: table-cell;
            
            width: 574px;
            padding: 0px 5px 5px 10px;
            text-indent: 10px;
            background-color: #001119;
            border-color: #000011;           
            vertical-align: top;
            border-radius: 20px;
}
#echoes {            
            text-align: center;
}

#newsbar {
            margin-left: 110px;
}

#footer {
          padding: 10px;
          text-align: right;          
}
.rose {
          font-style: italic;
          background-color: #001600;
} 
.roseInfo {
          text-align: center;
          font-style: bold;
          background-color: #002100;
} 
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: #FF0011;
            border-bottom: none;
            font-size: 22px;
            font-weight: bold;
}
ul li a:hover {
           color: crimson;
}
ul li.selected {
            background-color: silver;
            padding: 10px 5px 5px 5px;
            border-radius: 5px;
}
.welcome {
	    font-style: italic;
}
@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;
}
h3 {
	font-size: 24px;
}
p {
	font-size: 16px;
}
em {
	font-size: 18px;
}
.welcome {
	    font-style: italic;
}

div#tableContainer {
             display: table;
             text-align: center;
              vertical-align: top;
}
div#tableRow {
            display: table-row;            
}
div#imgLeft {
            display: table-cell;
            width: 290px;
            vertical-align: top;
	     text-align: center;
}
div#imgRight {
            display: table-cell;
            width: 280px;
            vertical-align: top;
	     text-align: center;
}
div#prodTxt, prodTxt2, prodTxt3 {
            display: table-cell;
            text-align: center;
            width: 600px;
            padding: 0px 8px 8px 14px;
            text-indent: 13px;
            background-color: #001119;
            border-color: #000011;           
            vertical-align: top;
            border-radius: 20px;
}
#echoes {            
            text-align: center;
}

#newsbar {
            margin-left: 150px;
}
.voice {
            font-family: sans-serif;
            color: rgb(255, 235, 205);
            font-size: 16px;
}
#footer {
          padding: 13px;
          text-align: right;          
}
#newsbar {
	     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: #FF0011;
            border-bottom: none;
            font-size: 24px;
            font-weight: bold;
}
ul li a:hover {
           color: crimson;
}
ul li.selected {
            background-color: silver;
            padding: 10px 5px 5px 5px;
            border-radius: 5px;
}

}

