/* CSS Document */

body {
  background-color:#ffffcc;
  font-size: 100%;
  line-height: 1.6875;
  font-size: 24px;
}
p {
padding-left: 10px;
padding-right: 100px;
padding-top: 0px;
padding-bottom: 10px;
text-indent: 50px;
text-align: left;
font-weight: bold;
font-size:18px;
color: #333399;
margin: auto;
}
h1 { 
font-size: 22px;
font-weight: bold;
text-align: center;

padding-bottom: 10px;
color:#009900;
}
h2 { 
font-size: 18px;
font-weight: bold;
text-align: center;
padding-top: 0px;
padding-bottom: 10px;
color: #009900;
}

.modal-dialog {width:600px;}
.thumbnail {margin-bottom:6px;}



