/*
   Filename:         link.css
   Supporting Files: link.html, Providers.html

Old Color: 006666

*/

*                   {padding: 0px; margin: 0px}
body                {font-family: Verdana, Geneva, sans-serif; font-size: 14px;
                     background-color: 8DFB9F}

h1		{text-align: center; font-size: 20px; font-family: arial}
					 
ul                  {font-size: 13px; line-height: 2; margin-left: 10px; 
                     list-style-type: none; color: white; margin-top: 15px; 
                     font-weight: bold}

ul ul               {margin-left: 20px; margin-top: 0px}

/*color you see*/
ul li a             {text-decoration: none; color: black}

/*color you see when you are visiting*/
ul li a: visited    {color: orange}

/*color you see when mouse is over it*/
ul li a:active      {color:yellow}
ul li a:hover       {text-decoration: overline underline; color: blue}

#language           {font-size: 13px; font-weight: bold; color: yellow;
		     text-transform: uppercase}
#emergency          {font-size: 13px; font-weight: bold; color: red;
		     text-transform: uppercase}