body {
	font-family: "minion-pro-1", "minion-pro-2", Palatino, Georgia, "Times New Roman", serif;
	font-size: 1em;
}

h1 {
	text-align: center;
	font-weight: normal;
}

h2 {
	text-align: center;
	font-weight: normal;
}

h3 {
	text-align: center;
	font-weight: normal;
}

hr {
	width: 80%;
	height: 2px;
	color: #33C
	background-color: #33C
}

p + p {
	text-indent: 1.5em;
}

p.codes {
    font-size: 0.5em;
    text-indent: 1.2em;
}

a
{
	text-decoration: none;
	color: #369;
}

a:visited
{
	text-decoration: none;
	color: #d2516f;
}

a:hover
{
	text-decoration: none;
	color: #33C;
}
