body {
	color : #444444;
	background-color:#fafaf6 ;
}
a:link, a:active {
	text-decoration	: none;
	color : #449999;
}
a:visited{
	text-decoration	: none;
	color : #444444;
}
a:hover {
	text-decoration	: underline;
	color : #449999;
}
h4{
	border-bottom	: 1px dotted #333333;
}
p {
	width			: 500px;
	border-top		: 1px solid #333333;
	border-left		: 1px solid #333333;
	border-right	: 1px solid #333333;
	border-bottom	: 1px solid #333333;
	margin : 5px;
	padding : 10px;
}
div {
	width			: 500px;
	border-top		: 1px solid #333333;
	border-left		: 1px solid #333333;
	border-right	: 1px solid #333333;
	border-bottom	: 1px solid #333333;
	margin : 5px;
	padding : 10px;
}
