/* Central-Definitions for all Pages */

body { background-color: rgb(255,255,255); }

p { font-family:Arial; font-size:10pt; color: rgb(255,000,000); }
td { font-family:Arial; font-size:10pt; color: rgb(000,000,000); }

textarea { font-family:Arial;font-size:10pt;color: rgb(000,000,000); }
input    { font-family:Arial;font-size:10pt;color: rgb(000,000,000); }
select   { font-family:Arial;font-size:10pt;color: rgb(255,000,128); }

a { font-family:Arial; font-size:10pt; color: rgb(128,000,000);
    font-weight:bold; text-decoration:none; }

a:link    { color: rgb(128,128,255); }
a:visited { color: rgb(160,160,160); }
a:active  { color: rgb(000,255,000); }
a:hover   { color: rgb(000,255,000); }
