.toto1
{
	font-style: italic
}
h1
{
	font-size: 40px;
	font-family: Bitstream Vera Sans, Georgia, Verdana;
	text-decoration: underline;
	text-align: center;
}
p
{
	font-size: 20px;
	font-family: Bitstream Vera Sans, Georgia, Verdana;
	color: black;
}
a, a:visited
{
	text-decoration: none;
	color: blue;
}
a:hover
{
	text-decoration: underline;
	color: #0EE2DA;
}
















