<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
<title>tzabarteam new document title</title>
</head>
<body>
<p>body {</p>
<p>&nbsp; background-color: #DFDFDF;</p>
<p>}</p>
<p>.title {</p>
<p>&nbsp; font-family: arial;</p>
<p>&nbsp; color: #000000;</p>
<p>&nbsp; text-align: center;</p>
<p>}</p>
<p>.login {</p>
<p>&nbsp; background-color: #4CAF50;</p>
<p>&nbsp; color: #ffffff;</p>
<p>&nbsp; padding: 15px 32px;</p>
<p>&nbsp; text-align: center;</p>
<p>&nbsp; text-decoration: none;</p>
<p>&nbsp; display: inline-block;</p>
<p>&nbsp; font-size: 16px;</p>
<p>&nbsp; border-radius: 30px;</p>
<p>}</p>
<p>.login:hover {</p>
<p>&nbsp; color: #4CAF50;</p>
<p>&nbsp; background-color: #ffffff;</p>
<p>&nbsp; cursor: pointer;</p>
<p>&nbsp; border-radius: 5px;</p>
<p>&nbsp; outline-color: #000000;</p>
<p>}</p>
</body>
</html>