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

  
<style type="text/css">
body {
background-color: #ccc;
 }
#main {
margin:auto;
background-color:#eaeaea;
padding:20px;
color: #000;
width:65%;
 } 
 
 #clayton {
 color:#b30000;
 font-style:italic; 
 }
 
 p {
font-family: Verdana, Arial, sans-serif;
font-size:15px;;
width: 60%; 
margin:auto;
padding-bottom:12px;
 }

#list {
height:400px;
  width:300px;
  margin:auto;
}
  #list ul {
  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;
}  

 em {
 color: #e0353b;
 font-weight: bold;
  }
  
  .copy {
  text-align:center; 
  font-weight:bold;
  }
h1 {
color: #800080;
text-decoration: underline;
text-align:center;
} 

h3 {
color: #800080;
text-decoration: underline;
text-align:center;
font-weight:bold;
font-size:x-large;
}
h5 {
text-align:center;
text-decoration:underline; }
ul li {
 line-height:2.0;
 font-size:17px; }
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;
}
}
</style> 