html {height:100%}
body {height:100%; margin:1px; padding:0; }

a:link          { text-decoration:none; color:black; }
a:visited       { text-decoration:none; color:black; }
a:active        { text-decoration:none; color:black; }
a:hover         { text-decoration:none; color:red; }

a.text:link     { text-decoration:none; color:blue; }
a.text:visited  { text-decoration:none; color:blue; }
a.text:active   { text-decoration:none; color:blue; }
a.text:hover    { text-decoration:none; color:red; }

a.link:link     { text-decoration:none; color:blue; }
a.link:visited  { text-decoration:none; color:blue; }
a.link:active   { text-decoration:none; color:blue; }
a.link:hover    { text-decoration:none; color:red; }

a.box:link      { text-decoration:none; color:black; }
a.box:visited   { text-decoration:none; color:black; }
a.box:active    { text-decoration:none; color:black; }
a.box:hover     { text-decoration:none; color:white; }


.textn  { font-family:Arial; font-size:13px; font-weight:normal; text-align:left; }
.textnj { font-family:Arial; font-size:13px; font-weight:normal; text-align:justify; }
.textnr { font-family:Arial; font-size:13px; font-weight:normal; text-align:right; }
.textnh { font-family:Arial; font-size:13px; font-weight:normal; background-color:#CCCCCC; }

.textsj  {  font-family:Arial; font-size:12px; text-align:justify; }
.textngj { font-family:Arial; font-size:13px; text-align:justify; color:#999999; }
.textngc { font-family:Arial; font-size:13px; text-align:center; color:#999999; }

