@charset "iso-8859-1";
/* CSS Document */

body {
	text-align: justify;
	font-family: Verdana, Geneva, sans-serif;
	color: #2d2d2d;
	font-size: 70px;
}

p {
	
	font-size: 12px;	
}

li {

	font-size: 12px;
	color: #2d2d2d;
	font-weight: lighter;
	list-style: disc;
}

a {
	color: #2d2d2d;
	text-decoration:none;
}

a:hover  {
	text-decoration:underline;
	color: #2d2d2d;
}

strong {
	font-weight: bold;
}
	
.just {
	text-align: justify;
}
