@charset "utf-8";
/* CSS Document */

body {
	font-size: 15pt;
	color: #1A1A1A;
}

p, ul, ol, dl, table {
  margin-bottom: 1em;
}


#header .logo p {
	display: inline;
	color: #6b7770;
	font-size: 0.6em;
}

h1 {font-size: 1.8em;
}
h2 {font-size: 1.4em;
}
h3 {font-size: 1.2em;
}

h1,h2,h3 {color:#8e2991;}

.box.page-content h1 {
  font-size: 1.8em;
  margin: 0 0 0.5em 0;
}

.box.page-content h2 {
  margin: 0 0 1em 0;
color: #6b7770;
font-size: 1.2em;
text-transform: none;
}

section, article {
  margin-bottom: 1em;
}
