.text			{
				color: #434343;
				font-size: 9pt;
				font-weight: bold;
				}


.text01 		{
				font-family: Verdana, Arial, Sylfan,"Times New Roman" Helvetica, sans-serif;
				color: green;
				font-size: 9pt;
				}

.text02 		{
				font-family: Verdana, Arial, sans-serif;
				color: black;
				font-size: 10pt;
				text-align: left;
				}



.p01 	{margin-top: 20px; margin-bottom:5px; margin-left:20px;}
.p02 	{margin-top: 5px; margin-bottom:5px; margin-left:20px;}

a img 		{
			border: none; 
			margin-right: 10px;
			} /*სურათებს ცილდება link-s მიმანიშნებელი ჩარცო , ეს იგევეა რაც html ფაილში: <a href="/"><img src="company-logo.png" alt="Company logo" border="0" /></a>*/

/*multiple links */

a.ltext01:link {color:green;font-weight:bold; text-decoration:underline;}
a.ltext01:visited {color:green; font-wight:none; text-decoration:underline;}

a.name:link 	{color: blue; font-weight:bold; font-size:14}
a.name:visited {color:red;  font-weight:bold; font-size:14}
a.name:hover	{color:red; text-decoration:underline;}

a.donkey:link {color: blue; text-decoration: none;}
a.donkey:visited {color: blue; text-decoration: none;}
a.donkey:hover {color: orange; text-decoration: underline; }
a.donkey:active {color: blue;}

a.diddy:link {color: #0000ff; font-size: 18pt; font-weight: bold;}
a.diddy:visited {color: #894f7b; font-weight: bold;}
a.diddy:hover {text-decoration: overline; background-color: #003399;}
a.diddy:active {color: red;}


a[title~="Mail"] {text-decoration: none; }

