/* G-LinkSaver サンプルスタイルシート */

BODY{
	background-color:#000000;
	line-height: 1.2em;
         color: #ffff00;
         font-size: medium;
         font-weight: bold;
         background-image: url(image/wa.jpg);  
}


/* リンクの設定 */
A:link,A:visited{
         color: #ffff00;
	text-decoration: none;
}

A:hover,A:active{
	color: Red;
	text-decoration: underline;
}

/* 各タグの詳細設定 */

UL {
   color : #000000; 
   margin-right : 5%; 
   margin-left : 10%; 
}

LI{
         color: #000000; 
         font-weight: bold; 
         font-size: 12pt;
}


B{
	font-size: 15pt;
         font-weight: bold; 
         font-style: italic; 
	color: #ff80c0;
}

H1{
   font-size : 20px;
   font-weight : bold 
   font-style: italic; 
   color : #000080; 
   text-shadow : 0.2em 0.2em; 
}

H2 {
   font-weight : bold; 
   font-size : 30pt; 
   font-style: italic; 
   color : #ff80ff; 
   margin-bottom : 3px; 
   margin-left : 3px; 
   padding-left : 16px; 
   border-style: outset; 
   border-color : #c3c3c3; 
}



