a:link {background-color: gold; 
        padding: 5px 10px;
        text-align: center;
        text-decoration: none;
        display: inline-block;
		font-family: "old english text mt";
}

a:hover{background-color: silver}

body{font-family: "Goudy Old Style";
     font-size: 20px;
}

#diana .colorclass {background-color: rgb(11,148,70);}

#pluto .colorclass{background-color: rgb(85,50,55);}

#neptune .colorclass {background-color: rgb(45,245,245);}

#bacchus .colorclass{background-color: rgb(95,19,18);}

#index .colorclass{background-color: rgb(207,28,68);}

#ceres .colorclass{background-color: rgb(124,87,63);}

#sitemap .colorclass{background-color: rgb(216,198,184);}

.topnav{background-color: gold;}

.topnav a{display: block;
          color: white;
          text-align: center;
          padding: 14px 16px;
          text-decoration: none;
          }

.sara{font-size: 10px;}

.amore{ max-width: 100%;
		height: auto;}

.tponav a:hover{background-color: silver;}

.firstcolumn{float: left;
            width: 22%;
			font-size: 15px; 
			padding: 10px 10px 10px 10px;
            }

.secondcolumn{float: left;
             width: 22%;
             font-size: 15px;
			 padding: 10px 10px 10px 10px
}

.firstbacchus{float: left;
             width: 45%;
             font-size: 15px;
			 padding: 10px 10px 10px 10px
}

.secondbacchus{text-align: center;
				float: left;
             	width: 30%;
             	font-size: 15px;
			 	padding: 10px 10px 10px 10px
}

.image{ display: block;
        max-width: 100%;
	    height: auto;
		padding-left: 10px;
}

@media only screen and (max-width:620px)
{.firstcolumn, .footer, .topnav, .amore, .firstbacchus, .secondbacchus, .sara {width:100%;}
}

.footer{clear: both;}