/* This defines the edges of the page */
body {
margin-left: 1%;
margin-right: 1%;
margin-bottom: 2%;
margin-top: 1%;
background-color: #fff;
}
h1 {font-size: 22px;
font-weight: 400;}
h2 {font-size: 18px;
font-weight: 300;}
.canvas {background-color: #f0f0f0;}
.borderbottom {background-color: #f8f8f8;}
div.menu a {font-size: 17px;
font-weight: 200;}
.small {font-size: x-small;}
.right {text-align: right;}
.left {text-align: left;}
.noborder {border: 0px;}
#mid {text-align: center;}
.mid {text-align: center;}
