.buttons				{
				 		font-family:	   arial;
				 		font-size:		   11px;
				 		color:			   black;
				 		font-weight:	   bold;
				 		text-decoration:  none;
						}

.buttons:hover		{
						font-family:	   arial;
				 		font-size:		   11px;
				 		color:			   #01ECFB;
				 		font-weight:	   bold;
				 		text-decoration:  none;
				 	   }
				 	   
.bold-black			{
						font-family:		arial;
						font-size:			10px;
						color:				black;
						font-weight:		bold;
					   }
