/*
CSS for Images Test Site
*/

* { 
margin:0px;
 padding:0px;
 }
 
 
body {
font-family: Georgia, Helvetica, Arial, sans-serif;
line-height: 160%;
background-image:url(images/bkground.jpeg);
padding: 15px;
}

style {
position: absolute;
}

img {
border: 3px solid #021a40;
margin: 6px
}

#sitebranding{
font-style: italic;
color: gray;
border-bottom: 2px solid black;
padding: 4px;
}
 
#bodycontent{
text-align: center;
margin: 15px
}

#paragraph1 {
width: 300px;
height: 140px;
margin:17px;
background: white;
border: 2px solid black;
border-radius:20px;
text-align: center;
}

#paragraph2 {
width: 300px;
height: 152px;
margin:17px;
background: white;
border: 2px solid black;
border-radius:20px 20px;
text-align: center;
}

#paragraph3 {
width: 300px;
height: 150px;
margin:17px;
background: white;
border: 2px solid black;
border-radius:20px;
text-align: center;
}
