@charset "UTF-8";

html{
}

body{
margin:0 10px;
font-family:sans-serif;
background:#e6e6e6;
}

header{
padding:14px 0 20px 0;
margin:0 -10px;
background:linear-gradient(to bottom, #fff 0%, #e6e6e6 100%);
}

header h1{
font-size:20px;
font-weight:bold;
text-align: center;
}

header h2{
padding:3px;
font-size:20px;
font-weight:bold;
text-align: center;
}

footer {
margin:20px -10px 0 -10px;
padding:10px 0 34px 0;
border-top:ridge 2px;
background:linear-gradient(to bottom, #fff 0%, #e6e6e6 100%);
}

footer h2 {
font-size:16px;
font-weight:normal;
text-align: center;
}

footer h5 {
font-size:14px;
font-style:italic;
font-weight:normal;
text-align:center;
background:none;
}
