@charset "UTF-8";

.titol  {
	font-family:Times;
	color:black;
	font-size:15px;
	text-align:left;
}
a:link {
	color:blue;
	text-decoration: underline;
}
	a:hover {
	color: blue;
	text-decoration: underline;
}
	a:visited {
	color: purple;
	text-decoration: underline;
}
	a:visited:hover {
	color: blue;
	text-decoration: underline;
	
}


Body {
	color:black;
    font-family:Times;
	font-size:15px;
	font-style:normal;
	font-weight:normal;
	text-align:center;
	
}
	
