.head{
     text-align:center;
}
.login{
	margin-top:10px;
	text-align:left;
     box-shadow:2px 2px 3px #666666;;
	 background-color:#DDEBF8;
	 width:180px;
}
.footer{
	margin-top:30px;
	text-align:center;
	position: fixed;
	color:#FFFFFF;
	background-color:#b22222;
    bottom: 0;
	width:98%;
}
a:hover {
	color:#cc0000;
    text-decoration:underline;
	} 
a {text-decoration:none;	} 
.List1 { 
	margin-top:35px; 
    background-color:#F6E3CE;
	border-radius:10px;
	width:500px;
}
.List { 
	margin-top:25px; 
    background-color:#F6E3CE;
	border-radius:10px;
	width:800px;
}
.message{
     text-align:right;
     margin-right:80px;
	 box-shadow:0 1px 1px rgba(0, 0, 0, .2);
}
.message1{
	text-align:center;
	border-radius:15px;
	background-color:#CEE3F6;
    text-align:right;
	text-shadow: 2px 2px 3px #AAAAAA;
	width:200px;
	height:80%;
}
.Edit1{
	text-align:center;
    margin-top:100px;
    background-color:#F6E3CE;
	border-radius:10px;
	width:360px;
	text-shadow: 2px 2px 3px #AAAAAA;
}
.content{
	 margin-top:100px;
	 background-color:#CEE3F6;
	border-radius:3px;
}
.button{
	background-color:#CEE3F6;
	border-radius:3px;
	width:150px;
	height:40px;
}