/* Styles used on World Wide Wilkes Toolbar*/

/* Normal Text */
BODY	{background-image: url(ToolBarBackground.gif);
         background-color:#FFFF00;
		 color:#336633;
		 font-family: Trebuchet MS, Arial;
		 font-size: medium;
		 font-weight: bold; 
		 text-align: center}
		 
/* Main Heading */
H1		{background-image:url(MainBackground.gif);
         background-color:#007700;
		 color: #00FF33;
         margin-left:7px;
		 margin-right:7px;
		 font-family: Comic Sans MS;
		 font-size: medium;
		 font-weight: bold;
		 font-style: italic;
		 text-align: left}

/* Button Heading */
H2      {font-size:small}

/* Emphasis for the big W's */
EM      {font-size:xx-large}

/* Links */
:link	 {color: #00FFFF}
:visited {color: #00FFFF}
:active  {color: #FF0000}
:hover   {color: #FF0000}
