    /* 
    myPHP Guestbook 
    
    Copyright (C) 2003 - 2006  Claudio Pose
    myPHP Guestbook was a open source project of Networkarea.ch, discontinued from Claudio Pose
 
    This version 3.1.0 continued in 2011, Copyright (C) 2011, 2012 Christian Thomas, www.westerhost.de
 
    This program is free software; you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
    the Free Software Foundation; either version 2 of the License, or
    (at your option) any later version.
 
    This program is distributed in the hope that it will be useful,
    but WITHOUT ANY WARRANTY; without even the implied warranty of
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  
    
    See the GNU General Public License for more details.
    */

body {
  font-family: Tahoma, Verdana, Helvetica;
  font-size: 11px;
  color: #000000;
   background-color: #ffffff;
}
.guestbook_table {
  font-family: Tahoma, Verdana, Helvetica;
  font-size: 11px;
  color: #000000;
  background-color: #808080;
}
.guestbook_table2 {
  font-family: Tahoma, Verdana, Helvetica;
  font-size: 11px;
  color: #000000;
}
a:link {
  color: #000000;
  text-decoration: none;
}
a:visited {
  color: #000000;
  text-decoration: none;
}
a:active {
  color: #000000;
  text-decoration: none;
}
a:hover {
  color: #808080;
  text-decoration: underline;
}
textarea {
  background-color: #f2f2f2;
  border: 1px solid #808080;
  color: #000000;
  font-size: 11px;
  font-family: Tahoma, Verdana, Helvetica;
}
input {
  background-color: #f2f2f2;
  border: 1px solid #808080;
  color: #000000;
  font-size: 11px;
  font-family: Tahoma,Verdana,Helvetica;
}
select {
  background-color: #f2f2f2;
  border: 1px solid #808080;
  color: #000000;
  font-size: 11px;
  font-family: Tahoma, Verdana, Helvetica;
}
.checkboxloeschen {
  background-color: #f2f2f2;
  border: 1px solid #808080;
}
#captcha {
  border: 1px solid #808080;
}
.tableinborder {
  background-color: #000000;
}

.tdinstall1 {
  background-color: #699AFF;
}

.tdinstall2 {
  background-color: #ffffff;
}

.tdinstall3 {
  background-color: #ffffff;
}