body {
	background: url("../img/body_bg.jpg") no-repeat #41a75b top center;
    font-family: arial;
    line-height: 18px; 
    font-size: 13px;
    color: #333333;
	font: 15px/1.5 arial, helvetica, sans-serif;
    
}
.myHead {
 font:"Times New Roman", Times, serif;
 font-size:14px;
 font-weight:bold	
}
.myFont{
	font:"Times New Roman", Times, serif;
	font-size:16px;	
}
a, a:link, a:visited { 
    color:#666;
    font-weight: 400; 
    text-decoration: none; 
}

a:hover { 
    text-decoration: none; 
}

strong, b {
    font-weight:bold;
    font-size:13px;
    color:#400000;
}

h1, h2, h3, p {
    margin-bottom:10px;
}

h1, h2, h3 {
    color: #58C403;
    font-weight: normal;
}

h1 {
    font-size:25px;
}

h2.heading {
    background:#666;
    padding:10px;
    color:#FFF;
}

.list li a:hover { 
    color: #ee1210; 
    text-decoration: underline; 
}

#wrapper {
    width: 960px;
    margin: 0 auto;
}

#header {
    text-align:right;
    overflow:hidden;
    margin-top: 20px;
}

#clock {
    color: #FFF;
    font-size:13px;
}

#clock span {
    font-weight:bold;
}

#clock img {
    margin-bottom:-3px;
    border-radius:1px;
}

#logo {
    width:200px;
    text-align:left;
    float:left;
    margin-bottom: 20px;
}

#menu { 
    float: right; 
    background: url("../img/menu_bg.png") no-repeat; 
    width: 625px; 
    height: 40px; 
}

#menu ul { 
    padding: 9px 0 0; 
    margin: 0; 
    list-style: none; 
}

#menu ul li { 
    margin: 0; 
    padding: 0; 
}

#menu ul li a {
    float: left;
    display: block;
    width: 90px;
    height: 24px;
    margin-left: 28px;
    padding: 2px 4px 0 0;
    font-size: 14px;
    color:#FFF;
    text-align: center;
    text-decoration: none;
    font-weight: 400;
    outline: none;
}

#menu ul li a:hover {
    color: #fff;
    background: url("../img/menu_hover.png") no-repeat
}

#main {
    padding: 40px;
    background: #FFF;
    min-height:480px;
    margin-bottom:10px;
    font-size:13px;
    border-radius: 4px;
    box-shadow: #333 5px 5px 50px;
}

#footer {
    color: #FFF;
    text-align: center;
    padding:20px;
    padding-bottom: 50px;
}

#footer a {
    color: #FFF;
    font-weight: bold;
}

#slideshow { 
    margin: 50px auto; 
    position: relative; 
    width: 100%; 
    height: 300px; 
    padding: 10px; 
    box-shadow: 0 0 20px rgba(0,0,0,0.4); 
}

#slideshow > div { 
    position: absolute; 
    top: 10px; 
    left: 10px; 
    right: 10px; 
    bottom: 10px; 
}


.first-letter {
    float: left;
    font-size: 45px;
    line-height: 1;
    font-weight: bold;
    margin-right: 9px;
    color: #9c0;
    font-family: "Times New Roman", Times, serif;
    text-shadow: #690 .05em .05em;
}
div#captioned-gallery {
	width: 100%;
	overflow: hidden;
}
figure { margin: 0; }
figure.slider {
	position: relative;
	width: 500%;
	font-size: 0;
	animation: 40s slidy infinite; 
}
figure.slider figure { 
	width: 20%;
	height: auto;
	display: inline-block;
	position: inherit; 
}
figure.slider img {
	width: 100%;
	height: auto;
}
@keyframes slidy {
0% { left: 0%; }
20% { left: 0%; }
25% { left: -100%; }
45% { left: -100%; }
50% { left: -200%; }
70% { left: -200%; }
75% { left: -300%; }
95% { left: -300%; }
100% { left: -400%; }
}
div#captioned-gallery { 
  width: 100%; overflow: hidden; 
}
figure.slider { 
  position: relative; width: 500%;
  font-size: 0; animation: 30s slidy infinite; 
}
figure.slider figure { 
  width: 20%; height: auto;
  display: inline-block;  position: inherit; 
}
figure.slider img { width: 100%; height: auto; }
figure.slider figure figcaption { 
  position: absolute; bottom: 0;
  background: rgba(0,0,0,0.4);
  color: #fff; width: 100%;
  font-size: 2rem; padding: .6rem; 
}


<style>
