/*
	<copyright>
		The following stylesheet is my own coding, feel free to take what ever you like
		as this is standard css code from which there is no copyright.
		The one thing that I ask you not to use without mentioning me are my ideas and 
		my intellectual content.
	</copyright>
*/
@import "class/index.css";
@import "id/index.css";
body {
	margin: 0px;
	padding: 0px;
	background-image: url(../images/background.jpg);
}
blockquote {
	font-family: courier new, courier, mono;
	font-size: 11px;
	line-height: 16px;
	color: black;
	background-color: white;
	border: 1px dashed black;
	padding-top: 4px;
	padding-left: 6px;
	padding-right: 6px;
	padding-bottom: 4px;
}
a:link {
	text-decoration: underline;
	color: black;
}
a:visited {
	text-decoration: underline;
	color: black;
}
a:active {
	text-decoration: underline;
	color: black;
}
a:hover {
	text-decoration: none;
	color: black;
}
/* 
	Email form code
	*/
	input, textarea {
font-family: Verdana, Helvetica, Arial, sans-serif;
font-size: 11px;
font-weight: normal;
font-style: normal;
font-stretch: normal;
text-decoration: none;
color: black;
}