body { 
	color: #000000;
	background-color: #ffffff;
	background-image: url(../images/osxback.jpg);
	background-attachment: fixed;
	font-family: "Times New Roman", Times, serif;
	text-align: justify;
	scrollbar-face-color: #f9ffff;
    scrollbar-shadow-color: #808080;
   	scrollbar-highlight-color: #FFFFFF;
   	scrollbar-3dlight-color: #E0E0E0;
   	scrollbar-darkshadow-color: #540000;
   	scrollbar-track-color: #f9ffff;
   	scrollbar-arrow-color: #666;
}

.frame {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	margin-right: 5%;
	margin-left: 5%;
	background-color: #fff;
	border-top: solid #666 1px;
	border-left: solid #666 1px;
	border-bottom: solid #000 2px;
	border-right: solid #000 2px;
	margin-bottom: 10px;
	padding-left: 5%;
	padding-right: 5%;
	padding-top: 3%;
	padding-bottom: 3%;
}

.left {
	float: left; 
	text-align: left;
	
}
.right {
	float: right; 
	text-align: right;

	}
	
.center {
	float: center;
	text-align: center;
}

a:link {
	color: #8080c0;
	background-color: #ffffff;
	text-decoration: none;
}

a:visited {
	color: #0080c0;
	background-color: #ffffff;
	text-decoration: none;	
}

a:hover {
	color: #ffff00;
	background-color: #8080c0;
	text-decoration: none;
}

a:active {
	color: #ff0080;
	background-color: #ffffff;
	text-decoration: none;	
	
}


h1 {
	font-size: 1.4em;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	text-align: left;
	color: #000000;
	background-color: #ffffff;
}

h2 {
	font-size: 1.3em;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	text-align: left;
	color: #000000;
	background-color: #ffffff;
}

form {
	border: #000000 double 3px;
	width: 65%;
	background-color: #adb6c6;
	font-size: 12px;	
}

blockquote {
	margin-right: 5%;
	margin-left: 5%; 
}



.footnote {
	font-size: 0.85em;
}

.italic {
	font-style: italic;
}

.quote {
	padding-left: 10%;
	padding-right: 10%;
}
