<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */

body{
	color: #333;
	font-size: 14px;
	line-height: 2em;
	padding: 10px;
	}

#container{
	width: 700px;
	margin: 0 auto;
	padding: 30px;
	border:  blue solid 1px;
	}

.t_left{
	text-align: left;
	}

.t_right{
	text-align: right;
	}

.t_center{
	text-align: center;
	}

h1{
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	}

#point{
	border: green solid 1px;
 }

a:link { color: navy; text-decoration: none }
a:visited { color: navy; text-decoration: none }
a:hover { color: maroon; text-decoration: underline }
a:active { color: maroon; text-decoration: underline }

.clear{
	clear: both;
	}
	
#footer{
	padding:20px 0 0 0;
	margin: 0 auto;
	text-align:center;
	}
</pre></body></html>