a {
background-color: transparent;
color: "#003399";
text-decoration: underline;
}
a:hover {
background-color: transparent;
color: "#999933";
text-decoration: underline;
}
a:active {
background-color: transparent;
color: #396;
text-decoration: none;
}
基本の最近のブログ記事
<style type="text/css">
<!--
a{font-size:"12pt";color:#0000ff;font-family: 'MS ゴシック','Osaka'; }
a:Visited{font-size:"12pt";color:#0000ff;font-family: 'MS ゴシック','Osaka'; }
a:Active{font-size:"12pt";color:#ff0000;font-family: 'MS ゴシック','Osaka'; }
a:hover{font-size:"12pt";color:#ff0000;font-family: 'MS ゴシック','Osaka'; }
-->
</style>
<link rel="stylesheet" href="../style.css" type="text/css">