
/* Standard styles */
#maintext em {
  font-style: italic;
}

#maintext strong {
	font-weight: bold;
}

/* Indent uses this */
#maintext blockquote {
	margin-left: 20px;
}

/* Align text properly */
#maintext *[align="center"] {
  text-align: center;
}

#maintext *[align="left"] {
  text-align: left;
}

#maintext *[align="right"] {
  text-align: right;
}

/* float images */
#maintext img[align="left"] {
	float: left;
}

#maintext img[align="right"] {
	float: right;
}
#maintext h1 {	
	font-family: Arial, Helvetica, sans-serif;	
	font-size: 220%;		
	color: #008eb2;
	font-weight: lighter;
	margin-bottom: 0.4em;
}

#maintext h2 {	
	font-family: Arial, Helvetica, sans-serif;	
	font-size: 160%;		
	color: #008eb2;
	font-weight: lighter;
	margin-bottom: 0.3em;
}

#maintext p {
	font-family: Arial, Helvetica, sans-serif;	
	font-size: 100%;	
	font-style: normal;	
	color: #000000;
	text-align: justify;
	margin-bottom: 1em;
}

#maintext li {
  margin-left: 20px;
  list-style-type: disc;
}

#maintext a, #maintext a:visited {
	color: #31428d;
	text-decoration: none;
}

#maintext a:hover, #maintext a:active {
	color: #31428d;
	text-decoration: underline;
}