@charset "utf-8";
/* CSS Document */

body {
background-color: #66ADEF;
}

h1 {
text-align: left;
color:#000000;
font: century;
}

h2{
text-decoration:underline;
}

img {
width:450px;
height:150px
}

.overflow{
width: 450px;
height: 300px;
background-color:#7A7878;
border-radius:1px solid #00000;
overflow: scroll
}