body {
margin-left: 0;
margin-right: 0;
margin-top: 0;
margin-bottom: 0; }

/* MENU NAVIGATION LINKS */

a.menu:link { 
color: #FFFFFF;
text-decoration: none; }
 
a.menu:visited { 
color: #FFFFFF;
text-decoration: none; } 

a.menu:hover { 
color: #FF0000;
text-decoration: none; }

/* NORMAL LINKS */

a:link { 
color: #FF0000;
text-decoration: underline; }
 
a:visited { 
color: #FF0000;
text-decoration: underline; } 

a:hover { 
color: #FFFFFF;
text-decoration: underline; }

a.external {
target: _blank; }


/* PARAGRAPHS */

p.desc {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 8pt; }


/* TABLES FORMAT */

