/*基本リンク色*/
a:link {  color: #666699 }

/*訪問済みリンク色*/
a:visited {  color: #9999cc }

/*アクティブリンク色*/
a:active { color: #CC6633 }

/*アンダーラインの非表示*/
a:link {text-decoration:none}
a:visited {text-decoration:none}
a:active {text-decoration:none}

/*オンマウス時の文字色とアンダーライン表示*/
a:hover {color:#CC6633; text-decoration:underline}

/*タイトル*/
.t {
font-family:Verdana;
color: #696969;
font-size: 10pt;
}

/*日にち*/
.h {
font-family:Verdana;
font-size: 10pt;
color: #696969;
}
/*コンテンツ内容*/
.c {
font-family:Verdana;
font-size: 10pt;
color: #4A4A4A;
line-height: 20px
}
/*コンテンツ内容*/
.d {
font-family:Verdana;
font-size: 10pt;
color: #696969;
line-height: 40px 
}

/*コンテンツ内容*/
.e {
font-family:Verdana;
font-size: 10pt;
color: #696969;
}


