body {
	font-family: Arial, Times New Roman, Times, serif;
	font-size: 10pt;
	color: #333348;
	background-color: #AFAFAF;
	background-image: url("../img/bg_jong.gif");
	background-repeat: repeat-x;
}

h1 {
	color: #404040;
}

a:link, .list a:link {
	color: blue;
	text-decoration: none;
}

a:visited, .list a:visited {
	color: navy;
	text-decoration: none;
}
a:hover, .list a:hover {
	color: #400000;
	text-decoration: underline;
}

.content {
	background-color: #DFDFDF;
	font-size: 10pt;
}

.pagenav {
	background-color: #FF0000;
	font-size: 10pt;
}

.form {
	border: 1px solid #808080;
}