﻿body, th, td { line-height: 150%; }
body {
  background-color: white; 
  background-attachment:fixed;
  background-position:right top;
  background-repeat:no-repeat;}
a:visited { color: blueviolet; }
a:hover { color:navy; position:relative; top:1px; }
h1 { font-size:140%; font-weight:bold; padding-top:1em; }
h2 { font-size:120%; font-weight:bold; padding-top:1em; }
h3 { font-size:100%; font-weight:bold;}
dt { font-weight:bold; padding-top:1em;}
div.boss {
  background-color: thistle;
  padding: 1em; }

@media all and (min-width: 920px) {
	body {
		  margin-left:8%; margin-right:17%; }
	img.icon{ width:160px; }
	img.mini{ height: 200px; }
}

@media all and (max-width: 919px) {
	body {
		  margin-left:3%; margin-right:3%; }
	img.icon{ width:100px; }
	img.mini{ height: 160px; }
}