@charset "utf-8";
/* CSS Document */
body{
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 62.5%; /* = 12px */
	background-color: #FFFFFF;
}
#main_container{
	height: 300px;
	width: 600px;
	text-align: left;
	margin-top: 50px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(../images/pijptang.jpg);
	background-repeat: no-repeat;
	background-position: 200px 125px;
}
h1 {
	font-size: 2em;
}

p {
	font-size: 1.6em;
}
a:link, a:visited{
	text-decoration: none;
	font-size: 1em;
	font-weight: bold;
	color: #0033FF;
}
a:hover, a:active{
	text-decoration: underline;
	color: #0099FF;
}
