body {
	background-color: white;
   font-size: 100%;
   font-family: "Times New Roman", Times, Serif, Arial, "Comic Sans MS";
	width: 100%;
	}

div.left table {
	border-style: none;
   border-color: black;
   border-width: medium;
   font-size: 90%;
	}

div.right table {
	border-style: none;
	}

div.right td {
   font-size: 80%;
   border-style: none;
   background-color: white;
	padding-bottom: 2em;
	}

h1, h2, h3, h4, h5, h6 {
	text-align: center;
	}

A {
	font-weight: bolder;
	text-decoration: none;
	}

A:link {
	color: rgb(100%,0%,0%);
	}

A:visited {
	color: rgb(0%,0%,100%);
	}

.rightbox {
	margin-top: 3em;
	margin-right: 2em;
	}

.rightbox td {
	padding-right: 2em;
	}

div.left {
   position : absolute;
   left : 0;
   width : 25%;
   margin-left : 10px;
   margin-top : 20px;
   padding : 3px;
   font-size: 90%;
	}

div.right {
   top : 0px;
	right: 0px;
   margin : 15px 0px 0px 25%;
   padding : 3px;
	}