/* vendégkönyv(twm) - stílusok */

BODY {
 background-color: #CCFFFF;
 }

A {
 color: brown;
 text-decoration: none;
 }

A:hover {
 color: red;
 text-decoration: underline;
 }

P, TD {
 font: 12 verdana;
 }

H2 {
 font: 20 arial black;
 text-align: center;
 color: #CC0000;
 }

.cim {
 font: bold 13 verdana;
 text-align: center;
 color: #CCFFFF;
 background-color: #00ffff;
 }

.apro {
 font: 11 verdana;
 }

.text {
 }

.button {
 background-color: #00ffff;
 color: #005494;
 font: bold 12 verdana;
 }

