body
{
background-color : #FFDFA6;
}

body.guestbook
{
background-color : #FFEED1;
}

td.content
{
background-color : #FFEED1;
font-size : 12px;
font-family : Arial;
color : #170101;
}

td.showpic
{
font-size : 14px;
font-family : Arial;
font-weight : bold;
color : #4C0606;
}

p.error,td.error
{
font-size : 12px;
font-family : Arial;
color : #FF0000;
}

p,td
{
font-size : 12px;
font-family : Arial;
color : #170101;
}

td.headline
{
background-color : #FFEED1;
font-size : 18px;
font-family : Comic Sans MS, Arial;
color : #170101;
}

div.scroll
{
width : 319px;
height : 325px;
overflow : auto;
scrollbar-arrow-color : #811111;
scrollbar-face-color : #FFDFA6;
scrollbar-dark-shadow-color : #FFDFA6;
scrollbar-shadow-color : #FFDFA6;
scrollbar-highlight-color : #FFDFA6;
scrollbar-3d-light-color : #FFDFA6;
scrollbar-base-color : #FFEED1;
scrollbar-track-color : #FFEED1;
}

div.noscroll
{
width : 319px;
height : 325px;
overflow : hidden;
}

a:link
{
font-size : 12px;
font-family : Arial;
font-weight : bold;
color : #4C0606;
}
a:visited
{
font-size : 12px;
font-family : Arial;
font-weight : bold;
color : #4C0606;
}
a:active
{
font-size : 12px;
font-family : Arial;
font-weight : bold;
color : #4C0606;
}
a:hover
{
font-size : 12px;
font-family : Arial;
font-weight : bold;
color : #E99300;
}

a.navigation:link
{
font-size : 16px;
font-family : Comic Sans MS, Arial;
font-weight : normal;
color : #4C0606;
text-decoration : none;
}
a.navigation:visited
{
font-size : 16px;
font-family : Comic Sans MS, Arial;
font-weight : normal;
color : #4C0606;
text-decoration : none;
}
a.navigation:active
{
font-size : 16px;
font-family : Comic Sans MS, Arial;
font-weight : normal;
color : #4C0606;
text-decoration : none;
}
a.navigation:hover
{
font-size : 16px;
font-family : Comic Sans MS, Arial;
font-weight : normal;
color : #FFEED1;
text-decoration : none;
}

input.guestbook
{
font-family : Arial;
font-size : 12px;
width : 180px;
background-color : #FFFFFF;
border-width : 1px;
border-color : #4C0606;
border-style : solid;
}

textarea.guestbook
{
font-family : Arial;
font-size : 12px;
width : 280px;
height : 80px;
background-color : #FFFFFF;
border-width : 1px;
border-color : #4C0606;
border-style : solid;
}

input.guestbutton
{
font-family : Arial;
font-size : 12px;
width : 100px;
background-color : #DADAD6;
border-width : 1px;
border-color : #4C0606;
border-style : outset;
}