* {
	font-family: sans-serif;
}

body {
	background-color: white;
}

h1 {
	font-family: 'Trebuchet MS';
	text-align: center;
	padding-top: 20px;
	letter-spacing: 5px;
	background-color: white;
}

h2 {
	font-family: 'Trebuchet MS';
	text-align: center;
	letter-spacing: 5px;
}


p:first-letter {
	margin-left: 50px;
	font-size:larger;
	font-weight: bold;
}

a {
	color: black;
}

hr.hide {
	visibility: hidden;
	clear: both;
}

#title-link {
	position:relative;
	top:-30px;
	text-align:center;
	font-size: x-small;
}


#left-sidebar,#right-sidebar,#footer {
	display:none;
}

#content {
	font-size: small;
	background-color: white;
	margin-right: 0%;
	margin-left: 0%;
	position:relative;
	top: 30px;
	background-color: white;
	text-align: justify;
}

#logo-gch {
	position: absolute;
	top: 10px;
	left: 10px;
}

div.sectionTitle {
  font-weight: bold;
  width: inherit;
  
}

div.sectionContent {
  margin-right: 10px;
  margin-bottom: 30px;
  margin-left: 5px;
  padding-left: 5px;
  text-align: justify;
  width: inherit;
}