a:link {
            color: rgb(205, 205, 204);
            border-width: 1px;
}
a:visited {
            color: silver;
}
a:hover {
            color: #DEB887;
}
#allcontent {
           width: 800px;
           padding-top: 0px;
           padding-bottom: 0px;
           margin-left: auto;
           margin-right: auto;
           background-color: rgb(0, 35, 10);
}
body {
            font-family: Verdana, Geneva, Arial, sans-serif;
           
            background-color: rgb(10, 55, 30);
            margin: 0px ;                  
}
h1, h2 {
            color: silver;  
}
h1 {
            font-size: 48px;
            font-family: 'Special Elite', cursive;
            border-bottom: 1px solid black;
            margin-left: 50px;
}
h2 {
            font-size: 24px;
  
            margin-left: 50px;
            border-bottom: 1px dotted gray;
}
h3  {
	    margin-left: 50px;
	    font-family: 'Spectral SC', serif;
	    border-bottom: 1px dotted gray;
}
p {
            color: #DEB887;
            font-size: 15px;
            background-color: #000011; 
            padding: 10px;                       
            text-indent: 10px;  
            border-color: gray;
            border-width: 1px;
            border-style: dotted;
            border-radius: 15px;
            -moz-border-radius: 15px;         
}
em {
            font-family: serif;
            font-size: 16px;
}
#tableHeader {
            display: table;
            margin-left: 100px; 
}
#headerLogo {
            display: table-cell;
            margin-left: 100px;
            vertical-align: top;
}
#headerCaption {
            display: table-cell;
            vertical-align: top;
            padding: 20px 0px 0px 80px;

}
#footer {
          padding: 10px;
          text-align: right;
          border-top: 1px dotted gray;
}
#tableContainer {
             display: table;
             border-spacing: 5px;
	     
}
#newsItem {
             display: table-row;
             text-align: center;
		  width: 600px;
             vertical-align: top;
}
#itemImage {
            display: table-cell;
            width: 184px;
            vertical-align: top;    
            padding: 40px 5px 15px 35px;
            
}
#itemText {
            display: table-cell;
            padding: 20px;
            margin-right: 20px;
            vertical-align: top;
}
#imageBar {
           margin: 0px 100px 0px 100px;
           vertical-align: top;
	    text-align: center;           
}
.namejw {
           width: 400px;
	    text-align: center;
            font-family: serif;
            font-size: 15px;
            font-style: italic;
            
}
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: #DEB887;
            border-bottom: none;
            font-size: 22px;
            font-weight: bold;
}
ul li a:hover {
            color: #EEE8BB;
}
ul li.selected {
            background-color: RGB(0, 60, 0);
            padding: 10px 5px 5px 5px;
            border-radius: 10px;
}
@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;

}
p {
	font-size: 16px;
	padding: 10px;
}
em {
	font-size: 18px;
}
#itemImage {
            display: table-cell;
            width: 184px;
            vertical-align: top;    
            padding: 30px 15px 15px 25px;
            
}
#itemText {
       padding: 10px;
	width: 525px;	
}
#footer {
	padding: 10px;
          text-align: right;
          border-top: 0px dotted gray;
	
}
#footer p {
	border-width: 0px;
}
ul {
            background-color: #efe50;
            margin: 0px 10px 0px 30px;
            list-style-type: none;
            padding: 5px 0px 5px 0px;
}
ul li {
            display: inline;
            padding: 0px 10px 0px 10px;
}
ul li a:link, ul li a:visited {
            color: #DEB887;
            border-bottom: none;
            font-size: 24px;
            font-weight: bold;
}
ul li a:hover {
            color: #EEE8BB;
}
ul li.selected {
            background-color: RGB(0, 60, 0);
            padding: 10px 5px 5px 5px;
            border-radius: 10px;
}
}
