a:link {
            color: blue;
            border-width: 1px;
}
a:visited {
            color: blue;
}
a:hover {
            color: green;
}

#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: #eaf3da;
            margin: 0px ;                  
}
h1 {
            font-size: 48px;
	    color: silver;
            font-family: 'Special Elite', cursive;
            border-bottom: 1px solid black;
            margin-left: 50px;
}
h2 {
            font-size: 19px;
            font-style: italic;
            color: grey;           
            text-align: center;
}
h3  {
	    color: #006555;           
            text-align: center;
	    font-family: 'Spectral SC', serif;
	    border-bottom: 1px dotted gray;
}
p {
            font-size: 14px;
	text-align: left;
	padding: 0px;
	line-height: 1.5em;
	
	margin-left: 70px;
	margin-right: 70px;

}
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: 100px;
            vertical-align: top;
}
#headerCaption {
            display: table-cell;
            vertical-align: top;
            padding: 20px 0px 0px 40px;
}
#tableContainer {
             display: table;             
}
#tableRow {
            display: table-row;
}
#articles {
	    display: table-cell;
	    width: 20%;
	    background-color: #efe5d0;
	    padding: 15px;
}
#main {
	    vertical-align: top;
	    background-color: LightYellow;
	    padding: 20px 15px 15px 15px;
}
#footer {
          padding: 10px;
          text-align: right;
	  clear: left;
}
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: crimson;
            border-bottom: none;
            text-decoration: none;
            font-size: 22px;
            font-weight: bold;
}
ul li a:hover {
           color: rgb(170, 20, 00);
}
ul li.selected {
            background-color: silver;
            padding: 5px 5px 5px 5px;
            border-radius: 10px;            
}

@media screen and (min-device-width: 1040px) {
h1 {
	font-size: 60px;
}
h2 {
	font-size: 30px;
}
p {
	font-size: 14px;
	text-align: left;
	padding: 0px;
	line-height: 1.5em;
	
	margin-left: 70px;
	margin-right: 70px;
}
em {
	font-size: 16px;
}
a:link {
            color: blue;
            border-width: 1px;
}
a:visited {
            color: blue;
}
a:hover {
            color: green;
}

#allcontent {
	width: 800px;
}
#headerLogo {
	margin-left: 150px;
}
#headerCaption {
	padding: 20px 0px 0px 50px;
}
#tableContainer {
             display: table;             
}
#tableRow {
            display: table-row;
}
#articles {
	    display: table-cell;
	    width: 20%;
	    background-color: #efe5d0;
	    padding: 15px;
}
#main {
	    background-color: LightYellow;
	    padding: 15px;
}
#footer {
	  clear: right;
          padding: 10px;
          text-align: right;
	  
}
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: crimson;
            border-bottom: none;
            text-decoration: none;
            font-size: 24px;
            font-weight: bold;
}
ul li a:hover {
           color: rgb(170, 20, 00);
}
ul li.selected {
            background-color: silver;
            padding: 5px 5px 5px 5px;
            border-radius: 10px;            
}
}
