/* This CSS applies to all Photo Gallary Style Pages */

html, body {
margin: 10px;
padding: 0px;
border: 0px;
}

/* This makes the first header Blue and large */

h1 {
color: blue;
text-align: center;
font-size: 32px;
}

/* This makes the second header Black and smaller */

h2 {
color: black;
text-align: center;
font-size: 24px;
}

/* This has something to do with the image */

img {
border: 0px none;
margin: 10px;
}

/* The Text class para is floated left with a little margin around it */

p.para {
font-size: 24px;
margin-left: 10px;
margin-right: 40px;
margin-bottom: 30px;
}
