/* CSS fuer vorgefertigtes CGI-Guestbook */



body { font-family:Arial,Helvetica,sans-serif; }



font[size="-1"] 

     { font-size:10pt; }



.gb a:link 							/* Hyperlink Section */

     { font-size:10pt;

       color:#990000; }



.gb a:visited

     { font-size:10pt;

       color:#660000; }



.gb a:hover

     { font-size:10pt;

       color:#ff3333; }

	   

b    { font-family:Tahoma,Arial,Helvetica,sans-serif;

       font-size:11pt;

       color:#FFFFCC;

	   font-weight:normal; }

	   
.vote
     { font-family:Arial,Helvetica,sans-serif;

       font-size:10pt;

       color:#FFFFCC;

       font-weight:normal; }

.choice
     { font-family:Arial,Helvetica,sans-serif;

       font-size:10pt;

       color:white;

       font-weight:normal; }



.forum 

     { font-size:10pt;

       color:#FFFFFF;

       font-weight:bold; }

		 

a.forum:link

     { font-size:10pt;

       color:#FFFFFF;
       
       text-decoration:none;

       font-weight:bold; }



a.forum:visited

     { font-size:10pt;

       color:#FFFFFF;
       
       text-decoration:none;

       font-weight:bold; }



a.forum:hover

     { font-size:10pt;

       color:#FFFFFF;
       
       text-decoration:underline;

       font-weight:bold; }

