<!-- ================= -->
<!-- Style Sheet Definitions -->
<!-- ================= -->

<!-- Table Attributes for Acrobat Reader logo -->
#acrobat	 	{position: absolute;
                            border-style: none;
                            left: 50px;
		top: 575px}

<!-- Content within Table -->
.content		{background-color: silver;
		font-family: arial,verdana;
		font-size: 10pt;
		color: black;
                            text-align: left}

<!-- Used for descriptive text on picture thumbnails -->
.pictext		{background-color: navy;
		font-family: arial, verdana;
		font-size: 8pt;
		color: cyan}

<!-- Used for Topic Headings within Content -->
.topic		{background-color: navy;
		color: white;
		font-family: arial, verdana;
		font-size: 10pt;
		font-weight: bold;
		text-decoration: underline}
	
<!-- Classes Used on Navigation Menu Buttons -->
.menu	 	{background-color: navy;
		layer-background-color: navy;
           		color: white;
		font-family: arial, verdana;
		font-size: 10pt;
		font-weight: bold;
		font-style: normal;
		height: 18px;
		text-align: center;
		text-decoration: none;
		width=150px}

.menu:hover 	{background-color: blue;
		layer-background-color: blue;
           		color: white;
		font-family: arial, verdana;
		font-size: 10pt;
		font-weight: bold;
		font-style: normal;
		height: 18px;
		text-align: center;
		text-decoration: none;
		width=150px}

<!-- Used on links against navy blue background -->
.darklink:link	{color: white;
		font-family: arial, verdana;
		text-decoration: none}
.darklink:visited	{color: silver;
		font-family: arial, verdana;
		text-decoration: none}
.darklink:active	{color: cyan;
		font-family: arial, verdana;
		text-decoration: none}
<!-- Used on links against navy blue background except with an underline -->
.darklinku:link	{color: white;
		font-family: arial, verdana;
		text-decoration: underline}
.darklinku:visited	{color: silver;
		font-family: arial, verdana;
		text-decoration: underline}
.darklinku:active	{color: cyan;
		font-family: arial, verdana;
		text-decoration: underline}
