body {
	background-color: #565656;
	font-family:  Arial, Helvetica, sans-serif, Geneva;
	font-size: 14px;
	color: CDCDCD;
}

a:link {
	color: #CDCDCD;
	text-decoration: none;
}

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

a:active {
	color: #CDCDCD;
	text-decoration: underline;
	outline: none;
}


a:focus {
	color: #CDCDCD;
	outline: none;
}


a:hover {
	color: #CDCDCD;
	text-decoration: underline;
}


.content {
	font-family:  Arial, Helvetica, sans-serif, Geneva;
	font-size: 14px;
	color: #ededed;
	padding: 10px;
}

h1:first-line {
	font-size: 35px;
	font-weight: bold;
}

h1 {
    font-family: 'Trebuchet MS', arial, sans-serif;
	font-size: 18px;
	color: #cccccc;
}



.content a:link {
	color: #7ee04c;
	text-decoration: none;
}

.content a:visited {
	color: #7ee04c;
	text-decoration: none;
}

.content a:active {
	color: #7ee04c;
	text-decoration: underline;
	outline: none;
}


.content a:focus {
	color: #7ee04c;
	outline: none;
}


.content a:hover {
	color: #7ee04c;
	text-decoration: underline;
}

.acpcontent {
	font-family:  Arial, Helvetica, sans-serif, Geneva;
	font-size: 14px;
	color: #ededed;
	padding: 10px;
}

.acpcontent a:link {
	color: #FFFFFF;
	text-decoration: underline;
}

.acpcontent a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}

.acpcontent a:active {
	color: #FFFFFF;
	text-decoration: none;
	outline: none;
}

.acpcontent a:focus {
	color: #FFFFFF;
	outline: none;
}


.acpcontent a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

.error {
	background-color: #CC3300;
	padding: 5px;
	color: #FFFFFF;
}
