
			   a.d 	{text-align:left; 
	 			font-weight:bold;
				font-size:80%; 
				color:blue;
				background-color:transparent;
				}
			 a.norm {font-weight:normal;
			 	   font-size:100%;
   			   background-color:transparent;
				   }
				   
			 table.small {border:5px;
			 		   border-color:white;
					   border-style:solid;
					   }
					   
			 table.gifts {border:5px;
			 		   font-weight:normal;
  			    	   font-size:100%; 
			 		   border-color:white;
					   border-style:solid;
					   }  
				   
			 td.green {color:yellow;
			 		font-weight:normal;
  			    	font-size:100%; 
			 		background-color:#008080;
					}
					
			 td.purple {color:yellow;
			 		 font-weight:normal;
			 	      font-size:100%; 
			 		 background-color:#9C7BBD;
					 }
					 
			 td.red {color:yellow;
			 	   font-weight:normal;
			 	   font-size:100%; 
				   background-color:#AD0000;
			 	   }
				   
			 td.grey {color:yellow;
			 		font-weight:normal;
			 	   font-size:100%; 
			 		background-color:#A1A1A1;
					}		
					
			 th {text-align:left;
			 	background-color:white;
	 		     color:#083194; 
				font-weight:normal; 
				font-size:100%;
    		border-width:2px; 
				border-color:white;
				padding:2px;
				}	

