
H1 {
  font-family: Arial;
  font-size: 16pt;
  color: blue;
  text-decoration: underline overline;
}

P {
  font-family: Arial;
  font-size: 11pt;
}

CITE {
  font-size: 10pt;
  font-weight: bold;
}

BODY {
  background-image: url(images/background.jpg);
  background-repeat: no-repeat;
  background-position: 3in 2in;
}

UL {
  font-weight: bold;
  font-size: 10pt;
  font-family: Arial;
}

<!--
.style1 {
	font-size: 12px;
	font-style: italic;
	color: #0000FF;
	font-weight: bold;
}
.style2 {
	color: #0000FF;
	font-weight: bold;
	font-style: italic;
}
.style3 {font-size: 12px; text-decoration:none;}

--> New SEO styles

.jstext h2, a, a:hover, a:visited{
	text-decoration:none;
}
.jstext {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10;
	color:#404040;
}

.jstext h2{
	display:inline;
	font-size:10;
	text-decoration:none;
}
	
.jstext h1{
	font-family:Arial, Helvetica, sans-serif; 
	font-size:12;
	text-decoration:none;
	color:#404040;
}
.jstext {
	height: 150px;
	width: 76%;
	overflow: auto;
	border: 2px  groove;
	padding: 8px;
	border-color: #CCCCCC;
}

