@CHARSET "ISO-8859-1";

body,html {
	margin: 0px;
	padding: 0px;
	font-family: Arial;
}

body {
	overflow-y:scroll;
}

a {
	text-decoration: none;
	color: #3496cc;
}

.csc-header  h1 {
	font-size: 20px;
	border-bottom: 3px groove green;
}
.bodytext {
	font-size: 14px;
}
