a:link {
	color: #003366;
	text-decoration : underline;
}

a:visited  {
	color: #800080;
	text-decoration : underline;
}

a:hover  {
	color : #0066CC;
	text-decoration : underline;
}

body {
	font-family: verdana, geneva, arial, helvetica, sans-serif;
	background-image: url(/images/bg.gif);
	color: #330000;
	margin: 0.9em 1.7em 1.2em 1.35em;
	text-align : center;
	text-decoration : none;
	border : #633100;
}

h1 {
	font-family: verdana, geneva, arial, helvetica, sans-serif;
	font-size: 1.4em;
	font-style: italic;
	text-align: center;
	color : #180000;
}

h2, h3, h4, h5 {
	font-family: arial, helvetica, sans-serif;
	font-style: italic;
	margin-left: 0em;
	color : #521200;
}

h3 {
	font-size: 1.3em;
	font-style: italic;
	color: #3F1800;
}

h4 {
	font-size: 1.2em;
	font-style: italic;
	color: #501600;
}

h5 {
	font-size: 1.0em;
	font-style: italic;
	color: #4F2000;
}

h6 {
	font-size: 0.95em;
	font-style: italic;
	color: #633100;
}

li {
	font-family: arial, verdana;
	font-size: 11pt;
	text-align: justify;
	color: #000000;
}

p {
	font-family: arial, verdana;
	font-size: 11pt;
	text-align: justify;
	color: #000000;
}

.frame {
  border: solid black 1px;
  margin: 1em 3em;
}

.frame .label {
  background: #369;
  color: white;
  font-weight: bold;
  padding: 5px 10px;
}
.frame .content {
  padding: 5px 10px;
  background: #F0F0FF;
  color: black;
  line-height: 120%;
  font-size: 90%;
}
