/* CSS Document */
body {
	text-align: justify;
	
	scrollbar-arrow-color: #668AD4;
	scrollbar-base-color: #EAF4FB;
	scrollbar-face-color: #668AD4;
}

p {
	margin-left: 15px;
	margin-right: 15px;
	text-align: justify;
	
}


/* Link */
a:visited {
	color:#cc9933;
	text-decoration: none;
}

a:hover {
	color: #ffff66;
	text-decoration: none;
}

a:active {
	color: #cc9933;
	text-decoration: none;
}

a.offsite:link{
	color: #dad7d7;
	text-decoration: none;
}

/* Offsite link */
a.offsite:visited{
	color: #cc9933;
	text-decoration: none;
}

a.offsite:hover{
	color: #036;
	text-decoration: none;
}

a.offsite:active{
	color: #666;
	text-decoration: none;
}

