﻿@charset: utf-8;

body {
	background-color: #FFFFCC;
	font-family: Garamond, Times New Roman, Arial;
	font-size: 18px;
	}

a:link {
	color: #555555;
	font-family: Garamond, Times New Roman, Arial;
	}
a:visited {
	color: #555555;
	font-family: Garamond, Times New Roman, Arial;
	}
a:hover {
	color: #0000FF;
	font-family: Garamond, Times New Roman, Arial;
	}

hr	{
	width: 80%;
	}

h2{
	line-height: 25px;
}
h3{
	background-image: url(../IMAGES/h3line.png);
	background-position: center bottom;
	background-repeat: no-repeat;
}
	
	
img {
	border: 0;
	}

#left {
	float: left;
	position: fixed;
	left: 150px;
	}
#right {
	float: right;
	position: fixed;
	right: 125px;
	}


/* THIS PORTION IS USED BY "freq.html" */
#q {
	font-style: italics;
	font-weight: bold;
	}
#a {
	
	}
	

	
p{
	text-indent: 30px;
}