A:link    { color: blue; text-decoration: none }
A:visited { color: blue; text-decoration: none }
A:hover   { color: red }

#yestop  { margin-top: 1em; }
#halftop { margin-top: 0.5em; }
#notop   { margin-top: 0em; }

#yesbot  { margin-bottom: 1em; }
#halfbot { margin-bottom: 0.5em; }
#nobot   { margin-bottom: 0em; }

#yestopbot  { margin-top: 1em; margin-bottom: 1em; }
#halftopbot { margin-top: 0.5em; margin-bottom: 0.5em; }
#notopbot   { margin-top: 0em; margin-bottom: 0em; }

#l { text-align: left; }
#c { text-align: center; }
#j { text-align: justify; }
#r { text-align: right; }

#pnews { margin-top: 0.5em; margin-bottom: 0em; text-align: justify; }
