BODY {
   background: white;
   background-image: url("graphpaper.svg");
   font-family:arial,sans-serif;
   font-size:12px;
   font-weight:500;
   color:black;
}

a:link {
    color: green;
}

/* visited link */
a:visited {
    color: green;
}

/* mouse over link */
a:hover {
    color: red;
}

/* selected link */
a:active {
    color: green;
}
 
.title{
   font-family:arial,sans-serif;
   font-weight:500; 
   font-size:30px;
   text-decoration:none;
   background:white;
   color:black;
}

.menu_title{
   font-family:arial,sans-serif;
   font-weight:900; 
   font-size:12px;
   text-decoration:none;
   background:white;
   color:black;
}

.menu_subtitle{
   font-family:arial,sans-serif;
   font-weight:900; 
   font-size:12px;
   text-decoration:none;
   background:white;
   color:black;
}

.calcbox{
   font-size:12px;
   text-decoration:none;
   background:white;
   color:black;
 
}

.calcbox td{
   border: 1px black;
   border-style: solid;
   padding: 2px 2px;
}


   
.highlight{
   font-size:14px;
   text-decoration:none;
   background:yellow;
   color:black;
}

.infield{
   font-size:12px;
   text-decoration:none;
   background: #fffffa;
   color: black;
}

.outfield{
   font-size:12px;
   text-decoration:none;
   background: #ddddff;
   color: black;
}

.outfieldcalc{
   font-size:12px;
   text-decoration:none;
   background: #ddffdd;
   color: black;
}

.linklist{
   font-size:12px;
   text-decoration:none;
   background:white;
   color:black;
}

.footer{
   font-size:12px;
   text-decoration:none;
   color:black;   
}