/* TEXT AREA */
.text_content_title
{
font-family: arial;
font-size: 18pt;
font-weight: bold;
color: #00ff00;
}
.link_content
{
font-family: arial;
font-size: 10pt;
font-weight: none;
color: #99cc00;
text-decoration: none;
}
.text_content
{
font-family: arial;
font-size: 12pt;
font-weight: none;
color: #ffffff;
}
.text_logo
{
font-family: arial;
font-size: 20pt;
font-weight: bold;
color: #ffffff;
}
.text_footer
{
font-family: arial;
font-size: 8pt;
font-weight: none;
color: #eeeeee;
text-decoration: none;
}
.text_guestbook_signature
{
 font-family: arial;
 font-size: 8pt;
 font-weight: none;
 color: #99cc00;
}
/* BORDER AREA */
.border_gray
{
border: 1px solid #333333;
}
/* BUTTON AREA */
.button_guestbook
{
font-family: arial;
font-size: 10pt;
font-weight: none;
color: #99cc00;
text-decoration: none;
border-top: 1px solid #cccccc;
border-left: 1px solid #cccccc;
border-right: 1px solid #000000;
border-bottom: 1px solid #000000;
cursor: pointer;
background-color: #444444;
}
.button_guestbook:hover
{
font-family: arial;
font-size: 10pt;
font-weight: none;
color: #99cc00;
text-decoration: none;
border-top: 1px solid #000000;
border-left: 1px solid #000000;
border-right: 1px solid #cccccc;
border-bottom: 1px solid #cccccc;
cursor: pointer;
background-color: #444444;
}