/*=== Link ====================*/
a:link {
color: #1976be;
text-decoration: none;
}
a:visited {
color: #775cad;
text-decoration: none;
}
a:hover {
color: #1976be;
text-decoration: underline;
}
a:active {
color: #1976be;
text-decoration: underline;
}

/*=== Indent ====================*/
.inde1 {
	text-indent:-1em;
	padding-left:1em;
}