th, td {
border:5px lime double;
background-color:rgb(0, 51, 0);
color:chartreuse;
margins:30px;
width:580px;
padding:13px;
text-align:center;
font-family:cursive;
font-size:18px;
}
a:link, a:active, a:visited {
font-family:cursive;
background-color:salmon;
border:4px outset rgb(77, 0, 0);
text-decoration:none;
color:darkred;
font-size:15px;
text-align:center;
padding:14px;
display:inline-block;
}
a:hover {
color:blue;
}
td {
font-family: cursive;
}
