table {
margin-left: -10px;
margin-right: -10px;
border: thin solid black;
caption-side: bottom;
border-collapse: collapse;
}
th {
border: thin dotted gray;
padding: 5px; 
background-color: blue;
}
td {
border: thin dotted gray;
padding: 2px;
}
h1 {
color= "700000";
} 
body {
 
background-color: red;
 
}
 

 
a:link {
 
color: pink;
 
}
 
 
 
a:visited {
 
color: pink;
 
}
 
a:hover {
 
color: silver;
 
}

 

 
h1, h2 {
font-family: french script mt;
color: blue;
}

.cellcolor { 
background-color: blue;
}
p {
color: silver;
}

table td:hover {
border: thick dotted white;
padding-top: 12px;
}
