@charset "utf-8";
/* CSS Document */

body
{
background-image:url('images/bg_pin.gif');
background-repeat:repeat;
}

.style1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: #202020;
}
	p
{
max-width:800px;
}

div.ex
{
width:750px;
padding:10px;
border:2px solid black;
margin:0px;
background-color:#EEEEEE;
text-align:left;
}
