<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
a { color: #1f90b2; }

.MenuContainer { background: url('images/bg-gradient-top.gif') repeat-x bottom left; }
.HeaderContainer { background: #0c718f; }
.PageContainer { background: url('images/bg-gradient-bottom.gif') repeat-x top left; }

.PageContainer .ContentContainer .ContentContainerTop { background: url('images/bg-content-top.gif') no-repeat top center; }
.PageContainer .ContentContainer .ContentContainerMiddle { background: url('images/bg-content-middle.gif') no-repeat top center; }

table.GalleryPagerLinks td.PreviousPage a,
.GalleryNavigator a.Previous { background: url('images/gallery-previous.gif') no-repeat; }
table.GalleryPagerLinks td.NextPage a,
.GalleryNavigator a.Next { background: url('images/gallery-next.gif') no-repeat; }

.Guestbook .GuestbookForm input.GuestSubmit,
.Diary .DiaryCommentForm input.DiaryCommentSubmit,
table.GalleryCommentFormControl input.GalleryCommentSubmit,
.Contact .ContactForm input.ContactSubmit { background: url('images/bg-submit.gif') no-repeat; }

.DropMenu a.toplevel:hover { background: url('images/menu-hover.gif') no-repeat bottom center; }
.DropMenu ul li.active { background-color: #1f90b2; }
.DropMenu li.active a.toplevel { background: url('images/menu-hover.gif') no-repeat bottom center; color: #4fbfe0; }
.DropMenu li ul { border: 1px solid #1f90b2; }
.DropMenu li li { background: #0c718f; }

.PopupContainer { border: 1px solid #1f90b2; }
.PopupContainer .PopupImageClose #ds-close,
.PopupContainer .PopupImageClose .ds-close { background: url('images/button-top-close.gif') no-repeat; }
</pre></body></html>