body {
margin:1cm;
background-color: antiquewhite;
}
a {
text-decoration: none;
color:blue;
}
td {
border: solid black 1px;
background-color: LightYellow;
padding-left: 5px;
padding-right: 5px;
}

.grid {
width: 75%;
margin-left:auto;
margin-right:auto;
}

table {
border-collapse: collapse;
border: solid black 1px;

}

.col {
background-color: limegreen;
text-align:center;
font-weight:bold;
}

.col2 {
background-color: MediumAquamarine;
text-align:center;
font-weight:bold;
}

.totals {
background-color: limegreen;
font-weight:bold;
}

.totals2 {
background-color: MediumAquamarine;
font-weight:bold;
}

img {
border: none;
margin-left: auto;
margin-right: auto;
text-align: center;
display: block;
}

.info {
background-color: LightYellow;
border: solid black 1px;
padding:10px;
width:85%;
margin-left:auto;
margin-right:auto;
}

.menu {
margin: 0; 
width:100%;
}

.mentop {
background-color: limegreen;
}

td.menbot {
background-color: PaleGreen;
width:25%;
text-align:center;
}


td.menbot:hover {
background-color: MediumSeaGreen;
}

h1 a {
color:black;
display: block;
}

.all {
width:100%;
height:100%;
display: block;
}

.caption {
text-align: center;
font-weight:bold;
}

.coor {
margin-left:auto;
margin-right:6px;
}

.nosid {
background-color: white;
border-left: none;
border-right: none;
border: none;
}
/*
.oot {
border: solid black 1px;
background-color: white;
width:100%;
margin-left:auto;
margin-right:auto;
}
*/
/*

.mon {
background-color: white;
}*/

.cite {
width: 20%;
border: solid black 0px;
}

.nobo {
border: solid black 0px;
}

li {
list-style: square;
font-weight: 400;
}

h1 a {
color: firebrick;
}

h1 a:visited {
color: firebrick;
}

