<html>
<head>
<!---基本設定

　　　＜ｐ＞には、青､赤、黄色、緑、ピンク、茶色を用意 --->

      a:hover { color:red;text-decoration:none; }
         .fix { table-layout:fixed; }
 

 <style type="text/css">
	        
	   body{background-color:#ff3399;color: blue;}
            .bo2{background-color:#ff99cc;color: blue;}
 	    .bo3{background-color:#ffcccc;color: blue;}
	 
                       
                .blue{color: blue}
	        .red{color: red}
	        .yellow{color: yellow}
	        .green{color: green}
	        .pink{color: pink}
	        .brown{color: brown}
	        .black{color: black}
                .white{color: white}
		
              p.p1{font:9pt/9pt; color: black;}

	       .blue40{font:45pt/45pt; color: blue;}
               .red40{color: red; font-size: 40pt;}
               .green40{color: green; font-size: 40pt;}
	       .white40{color: white; font-size: 40pt;}
               .blue{color: blue}
               .red{color: red}
               .green{color: green}
	  
	      h2.green{color: green}
                .blue{color: blue}
                .red{color: red}


           table.fixed{table-layout:fixed; empty-cells:show;}
                .auto{table-layout:auto;}

--->
         
</style>
</head>
</html>
