/* GENERAL TYPING */
html, body, p, div, td {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 150%;
	color:#000000;
}
h1 { font-size:16px; margin:0px; margin-bottom:20px; color: #f10058;}
h2 { font-size:15px; margin:0px; margin-bottom:10px; color: #f10058;}
h3 { font-size:13px; margin:0px; color: #f10058;}

/* CONTENTS */
strong { background-color:#fff400; font-weight:normal;}

/* FOOT */
body div#wsContainer div#wsContainer_footer {
	font-size: 11px;
	font-family: Helvetica, Arial, sans-serif;
}

/* LISTS */
ul li {
 	list-style-type: square;
}