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

.main strong {
	font-weight: bold;
}

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

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

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

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

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

.main img[align="right"] {
	float: right;
}
.main p {
	font-family: DIN-Regular, Helvetica Neue Light, Arial, Helvetica, sans-serif;
	font-size: 93%;
	color: #444444;
	text-decoration: none;
	text-align: justify;
	padding: 10px 0 0 0;
}


.main h1 {
	font-family: DIN-Regular, Helvetica Neue Light, Arial, Helvetica, sans-serif;
	font-size: 140%;
	color: #ed008c;
	text-decoration: none;
	text-align: justify;
}

.main h2 {
	font-family: DIN-Regular, Helvetica Neue Light, Arial, Helvetica, sans-serif;
	font-size: 130%;
	font-weight: normal;
	color: #ed008c;
	text-decoration: none;
	padding: 10px 0 0 0;
}

.main h3 {
	font-family: DIN-Regular, Helvetica Neue Light, Arial, Helvetica, sans-serif;
	font-size: 130%;
	font-weight: normal;
	color: #9785be;
	text-decoration: none;
	padding: 10px 0 0 0;
}

.main li {
  	color: #ed008c;
  	margin-left: 20px;

  	list-style-type: disc;
	padding: 10px 0 0 0;

}

.main a {
	font-family: DIN-Regular, Helvetica Neue Light, Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #ed008c;
	text-decoration: underline;
	text-align: justify;
	padding: 2px;
}

.main a:hover {
	font-family: DIN-Regular, Helvetica Neue Light, Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: white;
	text-decoration: none;
	text-align: justify;
	background-color: #ed008c;
	padding: 2px;
}