/* Style sheet for language page */
body		{background-image: url(../gif/sky1.gif);
			background-color: white;
			}

a:link	{
      	text-decoration: underline;
   	   background: transparent;
			}

a:visited {
         background: transparent;
			}
a:hover 	{
         color: #ff0000;
         background: #e8e8ff;
			}
a:active {
         text-decoration: none;
         background: #FFFF00;
			}

h3			{text-align: center; color: blue; width: 50%;
			 margin-left: auto; margin-right: auto;
			 padding-top: 0.5em; padding-bottom: 0.5em; 
			 font-size: 1.75em;  font-weight: bold;
			 background: #CCCCCC; border: solid medium;}
	
dt			{font-style: italic;}


																																									
