/*
CSS for John Alwert Photo
*/


body {
  font-family: "trebuchet ms";
  text-align: center;
  size: 8pt;
  color: #260751;
    }

a {
  font-weight: bold;
}

a:link {
  text-decoration: none;
  color: white;
}

a:visited {
  text-decoration: none;
  color: white;
}

a:hover {
  text-decoration: none;
  color: #fffab2;
}

a:active {
  text-decoration: none;
  color: #69c08a;
}

table {
    border: solid 1px black;
    border-spacing: 0;
    }
    
td {
    text-align: center;
    border: solid 1px black;
    padding: 0;
    border-spacing: 0;
    }
    
td.total {
    border: solid 1px black;
    text-align: left;
    padding: 0;
    border-spacing: 0;
    color: red;
    }
    
td.red {
    border: solid 1px black;
    text-align: center;
    padding: 0;
    border-spacing: 0;
    color: red;
    }

    
h1, h2 {
    color: red;
    }

