@import url("styles.css");

p {
	padding:0px;
	margin:0em 0em 0.5em;
	line-height:1.5em;
	text-align:justify;
}

h3 {
	font-size:110%;
	color:#ECDB64;
	padding:0px;
	margin:2em 0em 2em;
	line-height:1.5em;	
}

h3 a  {
	text-decoration:none;
	color:#ECDB64;
}
h3 a:hover {
	color:#000000;
}

h2 {
	font-size:100%;
	color:#FFFFFF;
	padding:0px;
	margin:0em 0em 0.5em;
	font-weight:bold;
	line-height:1.5em;
}

.subtitle {
	font-size:90%;
	color:#FFFFFF;
	line-height:3em;
	font-weight:normal;
}

.sublinks {
	font-size:120%;
	color:#000000;
	padding:0px;
	margin:0em 0em 2em;
	text-align:center;
}

.sublinks a  {
	text-decoration:none;
	color:#000000;
}

.sublinks a:hover {
	color:#FFFFFF;
}

.currentsub  {
	color:#ECDB64;
}

.black  {
	color:#000000;
	font-weight:bold;
	padding:0px;
	margin-top:2em;
}

.boldunderline {
	font-weight:bold;
	color:#ECDB64;
}