#outline{width:520px; 
background:Red;}
.header{color:White;
        float:center;}
.margin{margin:10px 10px;}
.padding{padding:20px 20px;}
.main{width:500px;
      background:White;
      float:center;
	color:darkred;
      font-weight:bold;}
.footer{font-size:11px;
	color:royalblue;}
.heading{color:White;
	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; }
