
/* 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: Tahoma, Geneva, sans-serif;
	font-size: 90%;
	color: #35353f;
	text-decoration: none;
	font-weight: normal;
	text-align: justify;
	padding: 2px 0 0 0;
}

 h1 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 200%;
	color: #3074a5;
	text-decoration: none;
	font-weight: lighter;
	text-align: left;
	padding: 2px 0 0 0;
}

 h2 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 150%;
	font-weight: lighter;
	color: #01a0e4;
	text-decoration: none;
	padding: 2px 0 0 0;
	text-align: left;	
}

 h3 {
	font-family:  Tahoma, Geneva, sans-serif;
	font-size: 100%;
	font-weight: normal;
	color: #ec008c;
	text-decoration: none;
	padding: 2px 0 0 0;
	text-align: left;	
}

 li {
  	color: #f68b1e;
  	margin-left: 20px;
  	list-style-type: disc;
	padding: 2px 0 0 0;
}

 a {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 100%;
	color: #ff7e07;
	text-decoration: underline;
	text-align: justify;
	padding: 2px;
}

 a:hover {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 100%;
	color: white;
	text-decoration: none;
	text-align: justify;
	background-color: #ff7e07;
	padding: 2px;
}