/* ################################ */
body{
	font-family: "Verdana", sans-serif;
	margin:0px;
	padding:0px;
	font-family:verdana;
	font-size:11px;
	background-color:#FFd;
}
table{
	font-size:100%;
}
td{
	border: 1px dashed #ccc;
}
/*
*/
/* ################################ */

/* ################################ */
#introduction{
	margin-left:20px;
	margin-right:20px;
}
#introduction img{
	float:right;
	clear:both;
/*
	clear:both;
	clear:bottom;
*/
}
#introduction p{
	display:block;
	font-size:100%;
	overflow:hidden;
}
#introduction .date,
#introduction hr{
	display:none;
}
/* ################################ */
h3{
	color:#48A72A;
}
h4{
	font-size:13px;
}
h5{
	font-size:12px;
}
/* ################################ */

/* ################################ */

a{
	cursor:pointer;
}
a:link{
	color:#48A72A !important;
}
a:visited{
	color:#48A72A !important;
}

a:hover{
	color:#9F3;
	color:#c01d1e !important;
	text-decoration:none;
}

a img{
	border:none;
}
