/*Basic text that needs to be edited for each website. It needs to include lines 3 and 5.*/

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

 strong {
	font-weight: bold;
}

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

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

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

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

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

 img[align="right"] {
	float: right;
}
 p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 93%;
	color: #333333;
	text-decoration: none;
	text-align: justify;
	margin: 4px 0 2px 0;
}

 h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 120%;
	color: #273D6E;
	font-weight: bold;
	text-decoration: none;
	text-align: justify;
	margin: 4px 0 2px 0;
}

 h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 110%;
	color: #333333;
	font-weight: bold;
	text-decoration: none;
	text-align: justify;
	margin: 4px 0 2px 0;
}

 h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #273D6E;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	margin: 4px 0 2px 0;
}

 li {
  color: #273D6E;
  margin-left: 20px;
  list-style-type: disc;
}

 a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #273D6E;
	text-decoration: underline;
	text-align: justify;
	margin: 4px 0 2px 0;
}

 a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: white;
	background-color: #273D6E;
	text-decoration: none;
	text-align: justify;
	margin: 4px 0 2px 0;
}