<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* 
Content
================================================== 
*/

a {
	color: #324996;
}
a:hover {
	color: #546ec6;
}

/* 
Layout
================================================== 
*/

.LogoContainer .LogoField {
	background: url('images/bg-header.jpg') no-repeat;
}

.NavigatorContainer {
	background: url('images/bg-menu.gif') repeat;
}

/* 
Functions
================================================== 
*/

.GalleryNavigator a.Previous { 
	background: url('images/bg-navigator-prev.gif') no-repeat;
}
.GalleryNavigator a.Next { 
	background: url('images/bg-navigator-next.gif') no-repeat;
}

table.GalleryPagerLinks td.PreviousPage a {
	background: url('images/bg-navigator-prev.gif') no-repeat;
}
table.GalleryPagerLinks td.NextPage a {
	background: url('images/bg-navigator-next.gif') no-repeat;
}

.Diary .DiaryCommentForm input.DiaryCommentSubmit { 
	background: url('images/bg-menu.gif') repeat-x center;
}

.Guestbook .GuestbookForm input.GuestSubmit { 
	background: url('images/bg-menu.gif') repeat-x center;
}

.Contact .ContactForm input.ContactSubmit { 
	background: url('images/bg-menu.gif') repeat-x center;
}

.GalleryCommentFormControl input.GalleryCommentSubmit { 
	background: url('images/bg-menu.gif') repeat-x center;
}

/* 
DropDown Menu
==================================================
*/
.DropMenu a {
	background: url('images/menu-border.gif') repeat-y right top;
}

.DropMenu a:hover {
	background: white url('images/menu-border.gif') repeat-y right top;
}

.DropMenu li ul {
	background-color: #adbae4;
}
</pre></body></html>