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: #1C3726;
           background-image: url(images/roseglow400px.jpg);
           background-repeat: no-repeat;
           background-position: 0px 500px;
}
body {
            font-family: Verdana, Geneva, Arial, sans-serif;
        
            background-color: rgb(240, 248, 255);
            margin: 0px;                  
}
h1 {
            color: silver;
            font-size: 36px;
            font-family: 'Special Elite', cursive;
            margin-left: 50px;
}
h2 {
            color: #66CC99;
            font-size: 15px;
            margin: 210px 0px 0px 220px;
          
}
h3 {
            font-size: 18px;
            color: #FF0000;
}
p {
            color: #66CC99;
            font-size: 14px;           
}
em {
            font-family: serif;
            font-size: 18px;
            color: #66CC99;          
}
#castle {
           text-align: center;
           background-color: #002515;
}
#tableContainer {
             display: table;
}
#tableRow {
            display: table-row;
}
#header {
           margin-left: 100px;
}
#footer {
           margin: 30px;
           text-align: right;
}

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(120, 20, 00);
            border-bottom: none;
            font-size: 24px;
            font-weight: bold;
}
ul li a:hover {
           color: rgb(170, 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 80px;
}
ul li a:link, ul li a:visited {
	font-size: 24px;
}
h1 {
	font-size: 60px;
}
h2 {
	font-size: 16px;
	margin-left: 100px;

}
p {
	font-size: 16px;
}
em {
	font-size: 16px;
}
#footer {
	padding: 5px;
}
}
