/* Default CSS */
/* Generated by the CoffeeCup HTML Editor - www.coffeecup.com */


body {
background-color:#c0c0c0;
}  

p {
font-family: Helvetica, Verdana, sans-serif;
font-size:18px;
font-weight:400;
width:80%; 
margin-left:40px;
}
blockquote {
font-family:Helvetica, Verdana, sans-serif;
font-size:17px; } 


#main {
 width:40%;
margin:auto;
 background-color:#eaeaea;
 padding:20px;
 font-family:Helvetica, Verdana, sans-serif;
 font-size:18px; 
  }   
  

ul li {
 line-height:1.5;
  font-family:Helvetica, Verdana, sans-serif;
  list-style-type:none;
 font-size:16px; }
                  

figure {
  border: 1px #cccccc solid;
  padding: 4px;
  margin: auto;
  text-align:center;
}

figcaption {
  background-color: transparent;
  color: #000000;
  font-style: italic;
  font-size:17px;
  padding: 2px;
  text-align: center;
  margin-top:-10px;
}    

#list {
height:200px;
  width:300px;
  margin:auto;
}
  #list ul {
  padding-top:5px;
  height:200px;
  width:300px;
  margin:auto;
  }
#list li a:link {
float: left;
width: 14em;
color: #000000;
padding: 3px;
text-decoration: none;
font-weight:300;
border:1px solid black;
background-color: #ffffff;
text-align: center;
border-radius:15px;
}
#list a:visited {
color: #000;
background-color: #fff;
}
#list li a:hover {
color: #b3000;
background-color: #eaeaea;
border:1px solid black;
} 
#list a:active {
color: #000;
background-color: #fff;
}
#list li {
display: inline;
}  


img {
margin: 10px;
background-color: transparent;
max-width:100%;
height:auto;
}   

h1 {
text-align:center; 
font-weight:400;
margin-top:0px;
}
 h2 {
text-align:center; 
font-weight:400;
margin-top:0px;
}  

h3 {
text-align:center; 
font-weight:400;
font-size:x-large;
color:#ffffff;
background-color:#800080;
paddng:8px;
text-decoration:none;
}

h4 {
font-size:medium; 
text-align:center;
color:s#800088;}  

h5 {
text-align:center;
font-weight:400;
color:#ffffff;
background-color:#000000;
font-size:large;
text-decoration:none;
padding:8px;
margin:auto;
 }

em {
color:#b30000;
 }  
  
a:link {
color: #800080;
}
a:visited {
color: #800080;
}
a:hover {
color: #008000; 
}
a:active {
color: #800080; 
} 
@media only screen and (max-device-width: 600px) {
/* define mobile specific styles come here */
 div#list {
  width:90%;
 font-size:1rem;
 margin:0px;  }
 
 div#main {
 float:none;
 margin:0px;
 width:90%;
 font-size:1rem;
  }   
 
  img {min-width:100%;
  float:none; }
 
 h1 {
 font-size: 20px !important;
}
 h2 {
 font-size: 19px !important;
}
h3 {
 font-size: 18px !important;
}
h4 {
 font-size: 17px !important;
}
}
