/* CSS fuer vorgefertigtes CGI-Guestbook */



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



font[size="-1"] 

     { font-size:10pt; }


.container { 
text-align:left;
margin-left:auto;
margin-right: auto;
width:95%;

}

/* Hyperlink Section */
.guestbook A:link    { font-size:11pt; color:#990000; }
.guestbook A:visited { font-size:11pt; color:#660000; }
.guestbook A:active  { font-size:11pt; color:#FF0000; }
.guestbook A:hover   { font-size:11pt; color:#ff3333; }

.input
     {
	font-size: 13px;
	color: #DDDDDD; }


.guestbook
     { 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; }


