body {
	margin-left: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #cfe6f3;
	text="#000000";
}

h3 {
	color: #0080C0;
	font-weight: bolder;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 18px;
}
h2 {
	font-size: 24px;
	font-weight: bold;
	color: #0080FF;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 20px;
}

h1 {
	font-size: 48px;
	font-weight: bold;
	color: #0080FF;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 20px;
}

#codetails{
	text-align:center;
	width:80%;
	float:right;
}

#codescr{
   	margin-top: 20px;
    margin-right: 100px;
    margin-bottom: 20px;
    margin-left: 20%;
    padding: 20px;
    float:left;
    background-color: #eef7fb;
    box-shadow: 10px 10px 5px #888888;
    border:2px solid;
    border-radius:25px;
}
#cologo{
	text-align=center
	width:20%;
	float:left;
   	margin-top: 10px;
    margin-right: 0px;
    margin-bottom: 10px;
    margin-left: 20px;
    padding: 20px;
}

#lfooter{
	text-align:center;
	width:50%;
	float:left
}

#rfooter{
	text-align:center;
	width:50%;
	float:right
}
