.title	{
font-family: Bookman Old Style, serif;
font-weight: bold;
font-style: normal;
font-size: 55px;
color: steelblue;
}

.wedding	{
font-family: Arial, sans serif;
font-weight: bold;
font-style: normal;
font-size: 12px;
background-color: lightseagreen;
color: white;
}

.trip	{
font-family: Arial, sans serif;
font-weight: bold;
font-style: normal;
font-size: 12px;
background-color: darkcyan;
color: white;
}

.genealogy	{
font-family: Arial, sans serif;
font-weight: bold;
font-style: normal;
font-size: 12px;
color: white;
background-color: steelblue;
}

.links	{
font-family: Arial, sans serif;
font-weight: bold;
font-style: normal;
font-size: 12px;
color: white;
background-color: cornflowerblue;
}

.print	{
font-family: Arial, sans serif;
font-weight: normal;
font-style: normal;
font-size: 15px;
color: black;
background-color: white;
}

.headline	{
font-family: Bookman Old Style, serif;
font-weight: bold;
font-style: normal;
font-size: 20px;
color: black;
background-color: white;
}

.dateline	{
font-family: Arial, sans serif;
font-weight: bold;
font-style: normal;
font-size: 12px;
color: black;
background-color: white;
}

.side1	{
font-family: Arial, sans serif;
font-weight: bold;
font-style: normal;
font-size: 20px;
color: black;
}

.side2	{
font-family: Arial, sans serif;
font-weight: bold;
font-style: italic;
font-size: 12px;
color: black;
}

.side3	{
font-family: Arial, sans serif;
font-weight: bold;
font-style: normal;
font-size: 15px;
color: black;
}

a		{
color: darkslateblue; 
text-decoration: none; 
font-weight: bold;
}

a:hover	{
color: lightslategray; 
text-decoration: none;
}

.topbar	{
color: white; 
text-decoration: none;
}

.topbar:hover {
color: silver; 
text-decoration: none;
}

.bullet {
	color: darkslateblue;
}