
body,p,table,tr,td
 {
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size:   12px;
 }

body
 {
 margin: 4px;
 padding: 4px;
 background-color: #000000;
 border:2px solid #FF6600;
 text-align:center;
 }

td
 {
 text-align:center;
 }

.part
 {
 color:#FF0000;
 width:600px;
 margin-left:auto;margin-right:auto;
 text-align:left;
 }

p,li
 {
 text-align:       justify;
 line-height:      14pt;
 }

td
 {
 line-height:      14pt;
 }

p,li,h1,h2,h3,h4,h5,h6,td
 {
 color:            #FFFFFF;
 }

h1 { font-size: 32px; }
h2 { font-size: 24px; }
h3 { font-size: 18px; }
h4 { font-size: 16px; }
h5 { font-size: 13px; }
h6 { font-size: 10px; }

.bordertable
 {
 width:100%;
 border:1px solid #FFFFFF;
 }

a
 {
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size:   12px;
 }

a:link
 {
 color:           #FF6600;
 text-decoration: none;
 }

a:visited
 {
/* color:           #AA1100;*/
 color:           #FF6600;
 text-decoration: none;
 }

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

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

hr
 {
 width:50%;
 height:0px;
 border:1px solid #FF6600;
 }

.pre
 {
 font-family: "Courier New", sans-serif;
 font-size:   10pt;
 background-color:#FFFFFF;
 color:#000000;
 text-align:left;
 border:2px solid #FF6600;
 }

.preline
 {
 font-family: "Courier New", sans-serif;
 font-size:   10pt;
 color:#00FF00;
/* text-align:left;*/
 }

.preinline
 {
 font-family: "Courier New", sans-serif;
/* font-size:   10pt;*/
 color:#00FF00;
 }

/* ----------------- Java ----------------- */

.java-code
 {
 font-family: "Courier New", sans-serif;
 font-size:   10pt;
 background-color:#FFFFFF;
 color:#000000;
 text-align:left;
 border:2px solid #FF6600;
 }

.j-key
 {
 color:#0000FF;
 font-weight:bold;
 }

.j-number
 {
 color:#7F0000;
 }

.j-comment
 {
 color:#007F00;
 }

.j-text
 {
 color:#7F007F;
 }

