body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: black;
	background: #F7F4ED;
	font-weight: normal;
}
.intro {
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 12px;
   color: black;
   font-weight: bold;
   font-style: normal;
   z-index: 1;
}
.normal {
   position: absolute;
   left : 10px;
   top: 110px;
   z-index: 2;
}
.menu {
   left: 10px;
   top : 0px;
   z-index: 2;
}
table {
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 12px;
   border-color: #018aad;
	border: 1px;
	
   font-weight: normal;
}
hr {
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 12px;
   color: #018aad;
   background: #018aad;
}
h1 {
   font-size: 22px;
   font-weight: bold;
   color: #F7F4ED;
   padding: 4px;
   margin-top: 50px;
   margin-bottom: 0px;
   top: 150px;
   text-align: center;
   background: #018aad;
}
h2 {
	font-weight: bold;
	font-size: 18px;
	text-decoration: none;
	color: #018aad;
	border: 0px;
	position: relative;
	left: 0px;
	padding: 4px;
	background: #F7F4ED;
	margin-right: 0px;
}
h3 {
   font-weight: bold;
   font-size: 14px;
   color: #018aad;
   border: 0px;
   position: relative;
   left: 0px;
   padding: 4px;
   background: #F7F4ED;
   margin-right: 0px;
}
.author {
   font-size: 12px;
   color: #018aad;
   font-weight: bold;
   text-align: center;
}
.article {
   text-align: center;
}
A:link {
   color : #018aad;
   text-decoration: none;
} 
A:visited {
   color : #018aad;
   text-decoration: none;
} 
A:hover {
   
   text-decoration: none;
	font-weight: bold;
	font-style: italic;
} 
A:active {
   color : red;
   text-decoration: none;
}
frameset {
   background: #018aad;
}
frame {
   border: 0px;
   border-color: #018aad;
   color: #018aad;
   background: #018aad;
   margin: 0;
}
ul {
   list-style-image: url(images/blue-disc.png);
}
li {
   padding-bottom: 5px;
}
ol {
   font-size: 12px;
   padding-left: 4px;
}
@page {
   margin: 12%;
}
