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

#homepage strong {
	font-weight: bold;
}

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

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

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

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

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

#homepage img[align="right"] {
	float: right;
}
#homepage p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: #E7DFDC;
	text-decoration: none;
	text-align: justify;
	padding: 2px 0 0 0;
}

#homepage h1 {
	font-family: Times New Roman, Times, serif;
	font-size: 230%;
	color: white;
	text-decoration: none;
	text-align: justify;
	padding: 2px 0 0 0;
}

#homepage h2 {
	font-family: Times New Roman, Times, serif;
	font-size: 180%;
	font-weight: normal;
	color: white;
	text-decoration: none;
	padding: 2px 0 0 0;
}

#homepage h3 {
	font-family:  Times New Roman, Times, serif;
	font-size: 110%;
	font-weight: normal;
	color: white;
	text-decoration: none;
	padding: 2px 0 0 0;
}

#homepage li {
  	color: #7d7d7d;
  	margin-left: 20px;
  	list-style-type: square;
	padding: 2px 0 0 0;
}

#homepage a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: white;
	text-decoration: underline;
	text-align: justify;
	padding: 2px;
}

#homepage a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: white;
	text-decoration: none;
	text-align: justify;
	padding: 2px;
}