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

    
<style type="text/css">

body {
background-color:#ccc;
  }
p {
color: #000;
width: 60%;
font-family: Verdana, Arial, sans-serif;
font-size:15px;
line-height: 1.5;
margin:auto; 
padding-bottom:10px;
 }
#main {
padding:20px;
width:800px;
margin:auto;
background-color:#eaeaea;
 }

#list {
height:400px;
  width:300px;
  margin:auto;
}
  #list ul {
  padding-top:5px;
  height:400px;
  width:300px;
  margin:auto;
  }
#list li a:link {
float: left;
width: 220px;
color: #008000;
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: #008000;
background-color: #fff;
}
#list li a:hover {
color: #b30000;
background-color: #eaeaea;
border:1px solid black;
} 
#list a:active {
color: #008000;
background-color: #fff;
}
#list li {
display: inline;
}  


ul li {
 line-height:1.0;
 font-size:15px; }   
 

h1 {text-align:center;
color:#800080;
 } 
  
 h2 {text-align:center;
 }

h3 {
text-align:center;
border-bottom:2px solid blue; 
padding-bottom:6px;
 }
 h4 {text-align:center;
 }

h5 { 
color: #008000;
text-align:center;
}

.copy {
text-align:center; 
font-weight:bold;}

em {
color: #b30000;
font-weight:500;
font-size:large;
text-decoration:underline;
 }
a:link {
color: #008000; /* green */
}
a:visited {
color: #008000;
}
a:hover {
color: #b30000; 
}
a:active {
color: #008000; 
}     

@media only screen and (max-device-width: 720px) {
/* define mobile specific styles come here */
 div#main {
 width:90%;
 font-size:1.5vw;
 margin:0px;
  } 
  
  div#list  { 
 width:90%;
 font-size:1.5vw;
 margin:0px;
  }
  
    
  div#main p {
  width:80%; }

  h1 {
 font-size: 20px !important;
}
 h2 {
 font-size: 18px !important;
} 
h3 {
 font-size: 17px !important;
}
h4 {
 font-size: 16px !important;
} 
h5 {
 font-size: 15px !important;
}
}  
</style> 