a:link {
	color: #CC3333;
	font-weight: bold;
	text-decoration: underline;
}

a:visited {
	color: #FF0033;
	font-weight: bold;
	text-decoration: underline;
}

a:hover {
	color: #FFCC33;
	font-weight: bold;
	text-decoration: none;
}

body { 
	background-image: url('images/backorange.gif'); 
	font-family: Arial, sans-serif;
	font-size: x-small;
	color: #660000;
}

blockquote {
	font-size: x-small;
	margin-left: 10px;
}

h1 {
	font-size: large;
	font-weight: bold;
	text-align: center;
}

hr {
	color: #660000;
}

img.pad-left {
	float: left;
	margin-bottom: 10px;
	margin-right: 10px;
}

img.pad-right {
	float: right;
	margin-bottom: 10px;
	margin-left: 10px;
}

span.highlight {
  background-color: #FFCC33;
  font-weight: bold;
}

ul.plain {
	list-style: none;
}

object {
	background-image: url('images/backorange.gif'); 
}

p.intense {
	font-weight: bold;
	font-style: italic;
}

p.slogan {
  background-color: #FFCC33;
  border: 1px solid #660000;
  color: #CC3333;
  font-family: "Comic Sans MS", Arial, sans-serif;
	font-size: large;
	font-style: italic;
	font-weight: bold;
	text-align: center;
}

td {
	align: left;
	vertical-align: top;
}

.quote {
  border-top: 1px solid #660000;
  border-bottom: 1px solid #660000;
  font-size: large;
  font-weight: bold;
	margin-left: 20px;
	margin-right: 20px;
}

.indent {
	margin-left: 20px;
	margin-right: 20px;
}

.large {
	font-size: large;
}

.navbar {
	font-size: x-small;
	text-align: center;
}