#outline{width:520px; }
.header{background:khaki;
	color:Red;
        float:center;}
.margin{margin:10px 10px;}
.padding{padding:20px 20px;}
.main{width:500px;
      background-image:url("http://www.geocities.jp/server-errors/not_found.html");
      float:center;
	color:Gray;
      font-weight:bold;}
.main2{width:500px;
       background-image:url("http://www.geocities.jp/server-errors/not_found.html");
       font-weight:bold;}
.footer{font-size:11px;
	color:royalblue;}
.heading{color:steelblue;
	font-weight:bold;}
.point{color:saddlebrown;}
.left{float:left;}
.center{float:center;}
A:link { color: #FFA980; text-decoration: none; }
A:visited { color: #FFBC9B; text-decoration: none; }
A:active { color: #99CC99; text-decoration: none; }
A:hover { color: #99CC66; text-decoration: underline; }
