body {
	background-color:#FFCC00;
	color:#990000;
}
/*************************************************/
a{
	color:#009900;
	text-decoration:underline;
}
a:active{
	}
a:visited{
	color:#000099;
	text-decoration:none;
	}
a:hover{
	color:#ff0000;
	text-decoration:none;
	}

.sm{
	border:1px solid #000000;
}

/* box */
.box{
	color:#000;
	padding:10px;
	width:700px;
	margin:10px auto;
}
/* Fotter menu */
.sub{
	text-align:right;
	border-top:1px dotted #000;
	width:300px;
	margin:0;
	margin-top: 100px;
	margin-left: auto;
	padding:10px;
}
.fotter_link, .copyright{
	padding:10px;
	margin:0 auto;
	border-top:1px dotted #000;
}
.fotter_link{
	width:600px;

}
.copyright{
	width:800px;
}