<style type="text/css">
<!--
.atfood {
	font-family: "Georgia", "Times New Roman", "Times", "serif";
	}
BODY{

color :#353539;         /*全体の文字色、フォント*/
font-size : 13px;
font-family:Verdana;
}

A{ /*リンク文字*/
text-decoration:none;
font-size : 13px;
font-family:Verdana;
color : #0000ff;
}

a:visited {  /*訪問済リンクの色*/
text-decoration:none;
color : #0C550B;
} 

a:active { /*アクティブ中リンク色*/
text-decoration:none;
color: #1E1BA4;
}

a:hover{ /*オンマウスのリンク文字の色*/
text-decoration:none;
color: #7B1177;
}

.link{ /*色が変わらないリンク文字*/
color : #7B1177;

	
}
td{

color :#353539;         /*全体の文字色、フォント*/
font-size : 13px;
font-family:Verdana;
}

A{ /*リンク文字*/
text-decoration:none;
font-size : 13px;
font-family:Verdana;
color : #0000ff;
}

a:visited {  /*訪問済リンクの色*/
text-decoration:none;
color : #0C550B;
} 

a:active { /*アクティブ中リンク色*/
text-decoration:none;
color: #1E1BA4;
}

a:hover{ /*オンマウスのリンク文字の色*/
text-decoration:underline;
color: #CC3300;
}

.link{ /*色が変わらないリンク文字*/
color : #CC3300;

	
}
body {line-height : 140% ; }

td {line-height : 140% ; }
-->
</style>
