/* body */

body        { font-family: Arial, Verdana, Lucida, Helvetica, Sans-Serif; }
body        { background-color: #7d9897; }

/* link */

A:link     { text-decoration: none; }
A:visited { text-decoration: none; }
A:active  { text-decoration: underline;}
A:hover   { text-decoration: underline;}

/* select boxes */

select     { background-color: #BCBCBC; }
select     { font-family: Verdana, Arial, Helvetica; }
select     { font-size: 10px; }

/* text fields */

textarea   { background-color: #F0F0F0; }
textarea   { font-family: Verdana, Arial, Lucida; }

/* buttons */

.button    { background-color: #949696; }
.button    { font-family: Verdana, Arial; }
.button    { font size: 10px; }
