title {
    color: rgb(207,28,68);
}
h1 {
	align-content: center; 
	color: rgb(11,148,70);
}
h3 {
    color: rgb(207,28,68); 
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
}
body {
    border-style:groove; 
	border-color: rgb(207,28,68); 
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif"; 
	padding: 10px;
	background-color: #cccccc;
    color:rgb(95,19,18);
    text-align: center
    
}
a:link {
    color: rgb(95,19,18); 
    background-color: #00cccc; 
    text-decoration: underline;
	background-color:rgb(124,87,63);
    align-items: center
}
a:active {
    color: black;
    background-color: transparent;
    text-decoration: none;
}
a {
    display: inline-block;
    padding: 8px;
    background-color: #dddddd;
}