/* CSS Document */

.border {
	border-bottom: 2px solid #31a0fc;
	border-left: 2px solid #31a0fc;
	border-right: 2px solid #31a0fc;
	border-top: 4px solid #31a0fc;
}

.separatorkiribawah {
	border-bottom: 2px dotted #9A9A9A;
	margin-top: 5px;
	margin-bottom: 2px;
	margin-right: 0px;
	margin-left: 0px;
}

a {
	color: #0033FF;
	text-decoration: none;
}

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