<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
	background-color: #ecf0f1;
}

p{
	text-shadow: 0px 0px 1px #7f8c8d; 
}

table{
	text-shadow: 0px 0px 1px #7f8c8d; 
}

h1{
	text-shadow: 0px 0px 1px #7f8c8d; 
}

h2{
	text-shadow: 0px 0px 1px #7f8c8d; 
}

a:link {/*未訪問のリンク*/
    color:#2980b9;
    font-style:normal;
    text-decoration:underline;
}
a:visited {/*訪問後のリンク*/
    color:#8e44ad;
    text-decoration:underline;
}
a:hover {/*マウスをのせたとき*/
    color:#c0392b;
    font-style:normal;
    text-decoration:underline;
}
a:active {/*クリック中*/
    text-decoration:none;
}


a.in:link {/*未訪問のリンク*/
    color:#2980b9;
    font-style:normal;
    text-decoration:underline;
}
a.in:visited {/*訪問後のリンク*/
    color:#8e44ad;
    text-decoration:underline;
}
a.in:hover {/*マウスをのせたとき*/
    color:#c0392b;
    font-style:normal;
    text-decoration:underline;
}
a.in:active {/*クリック中*/
    text-decoration:none;
}



a.white:link{
　color:#fff;
　text-decoration:underline;
    filter:alpha(opacity=0);
    -moz-opacity: 0.0;
    opacity: 0.0;

}
a.white:visited{
color:#fff;
text-decoration:underline;

    filter:alpha(opacity=0);
    -moz-opacity: 0.0;
    opacity: 0.0;
}
a.white:hover{
　color:#fff;
　text-decoration:none;

    filter:alpha(opacity=0);
    -moz-opacity: 0.0;
    opacity: 0.0;
}
a.white:active{
　color:#fff;
　text-decoration:underline;

    filter:alpha(opacity=0);
    -moz-opacity: 0.0;
    opacity: 0.0;
}
</pre></body></html>