@charset "utf-8";
/* CSS Document */

body {
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color: #666666;
	background:#ffffff;
}

h1,h2,h3,h4 {
	color: #3F56FF;
	margin-top:none;
}

ul {
 	margin-left: none;
	list-style-type: square;
}


a:link, a:visited {
	color:#666666;
	text-decoration:none;
}

a:hover, a:active {
	color:#333333;
	text-decoration:none;
}

img {
	border: 0;
}

#img{
	position:absolute;
	top:300px;
	left:300px;
	background-image:url(happy.png);
	background-repeat:no-repeat;
	width:70px;
	height:70px;
}

#img2{
	position:absolute;
	top:500px;
	left:300px;
	background-image:url(thoughtful.png);
	background-repeat:no-repeat;
	width:70px;
	height:70px;
}

