/*************************/
/*日記用のcssテンプレート*/
/*************************/

BODY { background: url(./BGdiamond1.gif) scroll;
 padding: 5%; 
 color: #990000; }
A:link { color: #DD0000; text-decoration:none; }
A:visited { color: #C71585; text-decoration:none; }
A:active { color: #FFC0CB; position:relative; top:2px; left:2px;}
A:hover { color: yellow; filter: Glow(color =blue); position:relative; top:0px; left:2px;}
DIV { text-align: left; }
H1 { color: #87CEEB; border: thin dashed #C71585; }
H3 { color: #990000; background-color: #C3A0FF; 
 text-indent: 10pt}
EM { color: #990099; text-decoration: blink; 
 font-weight: bold; font-size: larger; }
