body {
  margin: 0;
  padding: 0;
  color: black;
  background: white;
}

.grey { background-color: rgb(223,223,223); }

.fullwidth { width: 100%; }

.toolbar { background-color: rgb(162,84,59); }
.toolbar a:link { color: white; text-decoration: none; margin-right: 15px; }
.toolbar a:visited { color: rgb(191,191,191); text-decoration: none; margin-right: 15px; }
.toolbar a:active { color: white; text-decoration: none; margin-right: 15px; }
.toolbar a:hover { color: rgb(255,255,191); text-decoration: none; margin-right: 15px; }

.toolbartext { font-family: Verdana, Arial, Sans-Serif; font-weight: bold; font-style: italic; font-size: 175%; }

.boxcorner { width: 16px; height: 16px; }
.boxhorz { width: 100%; height: 16px; }
.boxvert { width: 16px; height: 100%; }
