@charset "utf-8";
html{
	margin: 0px;
	padding: 0px;
}
body {
	background-color: #eee;
	text-align: center;
	margin:8px auto;
	width:532px;
}

div.main{
	line-height : 175%;

	width: 532px;
	background-color: white;
	text-align: left;
}

h1{
	font-size: 14pt;
	color: #008;
	text-align: center;
}

article p{
	margin-left:1em;
	margin-right:1em;
	text-indent:1em;
}
nav p{
	margin-left:2em;	
	margin-right:1em;

	text-indent:-1em;
}

div.right{
	text-align: right ;
}

img {
	border: 0;
}

a.img{
	display:block;
	line-height:0;
}
a{
	border: 1px solid #fff;
	padding: 0;
}

a:link {
	color: #000099;
	text-decoration: underline;
}
a:visited {
	color:#228;
 	text-decoration:underline;
}
a:active {
 	 text-decoration:none;
}
a:hover {
	border: 1px solid #f0f;
  	color:#f00;
	background-color:#fffff0;
}

#emboso{
	position:relative;
	top:4px;
}

