@charset "utf-8";

/* CSS Document */
/*
* {
  border-color:blue;
  border-style:dashed;
}
*/

body {
	font-size: 20px;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	border: 0;
	margin: 0;
}

h1 {
	font-size: 35px;
}

h2 {
	font-size: 32px;
}

h3 {
	font-size: 29px;
}

h4 {
	font-size: 26px;
}

h5 {
	font-size: 23px;
}

h6 {
	font-size: 20px;
}

.right {
	text-align: right;
}

p {
	text-align: justify;
	font-size: inherit;
	margin: 0;
}

.center {
	text-align: center;
	margin: auto;
	text-indent: 0px;
}
