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


body{
	font-family: Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
	font-size: 11px;
}

.box {
	width: 830px;
	padding: 20px;
	margin:auto;
}

a:link {
	color: #999;
	text-decoration: none;
}

a:visited {
	text-decoration: none;
	color: #999;
}

a:hover {
	text-decoration: none;
	color: #600;
}

a:active {
	text-decoration: none;
	color: #999;
}

.diffuse{
	font-family:Georgia, "Times New Roman", Times, serif;
	color: #CCC;
	text-decoration: none;
}

h1{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
}

h2{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:10px;
	font-style:italic;
	font-weight: bold;
}

h3{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:10px;
	font-style:italic;
}

.linespacing{
	line-height: 20px;
}

.update:after{
	content: "all content copyright © filip melo 2009 / latest update 10-09-03 13:19";
}