body {	
	margin: 0;
	padding: 0;
	}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: bold;
	font-style: italic;
	margin: 0;
	}
body, p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	}
p { margin-top: 15px;}
#desc {
	width: 235px;
	height: 410px;
	margin: 44px 0 0 36px;
	overflow: hidden;
	}
#close, close a {
	background-color: white;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	padding: 2px 5px;
	float: right;
	position: absolute;
	right: 10px;
	bottom: 10px;
	border: 1px solid #ff0000;
	color: #006600;
	}

