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

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:13px;
	background-color:#efefef;
}
a { 
	text-decoration:none;
	color:#069;
	
}
a:hover { 
	color:#333;
}

p { margin-top:0px;}