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

body, html{
	font-family:Lucida Grande,Tahoma,Arial,sans-serif;
	height:100%;
	background-color:#CCCCCC;
}

a{
	text-decoration:none;
}

a:hover{
	text-decoration:underline;
}

.bubble{
	margin:10px auto;
	background-color:#FFFFFF; 
	border:1px solid #999999;
	padding:20px;
	width:640px;
	text-align:left;
} 