@charset "UTF-8";

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


Body {
	color:black;
    font-family:courier new;
	font-size:13px;
	font-style:normal; 
	font-weight:normal;
	text-align:center;
	
}
	
