(cssmain.css)

a{ text-decoration:none; }

A:link{color:#00ff00;text-decoration:none;}
A:active{color:#ffffff;text-decoration:underline;}
A:hover{color:#ff0000;text-decoration:underline;}
A:visited{color:#aaaaaa;text-decoration:none;}

body {
background-color:#000000;
color:#ffffff;
background-attachment: fixed;
 background-image: url();
  background-repeat: repeat-y;
background-position: left top;
scrollbar-base-color: #000000;
   scrollbar-3dlight-color:    #cccccc;
   scrollbar-arrow-color:      #999999;
   scrollbar-darkshadow-color: #000000;
   scrollbar-face-color:       #000000;
   scrollbar-highlight-color:  #999999;
   scrollbar-shadow-color:     #333333;
  margin-top : 0px;
  margin-left : 0px;
  margin-bottom :0px;
}

body,td {
font-size:10pt;
color:#000000;
font-family:'MS UI Gothic';
letter-spacing : 0px;
line-height:10pt}

P {
	margin-top:0;
	margin-bottom:0;
	margin-left:10;
	line-height: 120%;
	margin-right: 5%;
	font-family: "MS UI Gothic";
}

 H1 {color: #333333;
 font-size:120%;
 line-height:130%;
 font-weight: bold;
 margin-left:4%;
 margin-right:5%;
	margin-top:5;
	margin-bottom:5;

	border-bottom-width: 1;
	border-bottom-style: groove;
	border-bottom-color: #000000;
}

H2 {
	color: #ffffff;
	font-size:110%;
background-color: #003366;
line-height:110%;
	margin-top:7;
	margin-bottom:5;
	font-style: normal;
	font-family: "MS UI Gothic", "‚l‚r ‚oƒSƒVƒbƒN", "Osaka";
	font-weight: bolder;
	border-top-width: 1;
	border-right-width: 2;
	border-bottom-width: 2;
	border-left-width: 1;
	border-top-style: groove;
	border-right-style: groove;
	border-bottom-style: groove;
	border-left-style: groove;
	border-top-color: #ff9933;
	border-right-color: #ff9933;
	border-bottom-color: #ff9933;
	border-left-color: #ff9933;

}

H3 {color: #444444;
 font-size:110%;
 margin-left:3;
border-left:solid 0.9em #444444;
padding-left:0.1em;
 margin-right:5%;
 text-indent:0;
	margin-top:1;
	margin-bottom:0;
}

H4 {color: #336699;
 font-size:100%;
 margin-left:10;
 margin-right:5%;
 text-indent:0;
	margin-top:1;
	margin-bottom:0;
}

.red { color: #ffffff;
background-color: #ff0000;
}

