body {
	font-family: arial, helvetica, serif;
	font-size: 12px;
	background-color: #ffffff;
	padding: 2em;
	margin: 3;
}

#primer {
	font-family: verdana, helvetica, arial;
	font-size: 12px;
	color: #000080;
	text-decoration: underline;
}

em  {
	font-size: 80%;
}

a:link {
	font-family: arial, verdana, helvetica;
	font-size: 12px;
	color: #000080;
	text-decoration: none;
}

a:visited {
	font-family: arial, verdana, helvetica;
	font-size: 12px;
	color: #b22222;
	text-decoration: none;
}

a:active {
	font-family: arial, verdana, helvetica;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}

a:hover {
	font-family: arial, verdana, helvetica;
	font-size: 12px;
	color: #ff0000;
	text-decoration: none;
}

h1 {
	font-family: georgia, "Humanist 521", "times new roman", times;
	font-size: 36px;
	color: #000000
	text-align: center;
}

h2  {
	font-family: georgia, "Humanist 521", "times new roman", times;
	font-size: 24px;
	color: #000000
	text-align: center;
}

h3 {
	font-family: georgia, "Humanist 521", "times new roman", times;
	font-size: 18px;
	margin: 1em 0 0 0;
	color: #000000
	text-align: center;
}

h3.menu {
	font-family:  microgramadmedext, "comic sans", impact, tahoma;
	font-size: 14px;
	font-weight: lighter;
	text-decoration: underline;
	color: #003399
	text-align: center;
}

h4 {
  font-family: "script mt bold", "Lucida Calligraphy Italic", lucida, isabella, times;
	font-size: 24px;
	color: #00008B;
}

h5 {
  font-family: "script mt bold", "Lucida Calligraphy Italic", lucida, isabella, times;
	font-size: 18px;
	color: #000066;
}

h6 {
  font-family: helvetica, arial;
	font-size: x-small;
	color: #000000;
}

ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

ol {
	list-style: none;
	padding: 0;
	margin: 0;
	font-family: georgia, "Humanist 521", "times new roman", times;
	font-weight:  700;
	font-size: 14px;
}

li {
	float: left;
	position: relative;
	text-align: center;
}

p {
	clear: left;
	background-color: #c3c3c3;
	padding: 1em 1em 0 1em;
	margin: 0;
}

dl  {
	font-family: georgia, "Humanist 521", "times new roman", times;
	font-size: 16px;
	color: #000099
	text-align: left;
}	 
	
dt  {
	font-family: georgia, "Humanist 521", "times new roman", times;
	font-weight:  700;
	font-size: 14px;
	color: #000099
	text-align: left;
}	 	

dd  {
	font-family: georgia, verdana, helvetica, arial;
	font-size: 12px;
	color: #000099
	text-align: left;
}	  
