
div.format {
display: block;
background-color: #ffffcc;
border-style: ridge;
border-color: green;
border-width: 10px;
width: 1020px;
height: 1250px;
margin-left: auto;
margin-right: auto;
}
.heading {
display: block;
position: relative;
top: 45px;
width: 900px;
margin-left: auto;  
margin-right: auto;
}
.star {
position: absolute;	
display: block;
top: 175px;	
margin-left: 200px;
margin-right: 250px;
}
.photo {
position: relative;
float: right;
top: -60px;
transform: rotate(20deg);
margin-right: 50px;

}
.text {
display: block;
width: 700px;
position: relative;
top:-200px;
float: right;
margin-left: auto;
margin-right: 50px;
font-family: verdana;
font-size: 20pt;
text-align: justify;
}
.links {
display: inline-block;
position: relative;
top: 20px;
margin-bottom: 20px;
margin-left: auto;
margin-right: auto;
}
a {
position: relative;
#margin-bottom: 50px;
float: left;
vertical-align: text-bottom;
display: inline-block;
background-image: url("button.png");
color: black;
width:250px;
height: 50px;
font-size: 14pt;
font-family: sans-serif;
text-decoration: none;
text-align: center;	
}
.pages {
display: block;
width: 250px;
height: 200px;
border-style: ridge;
border-width: 5px;
border-color: cyan;
}
.footer {
display: block;
background-color: #5a6570;
position: relative;
width: 1020px;
height: 100px;
}
.bmtxt {
font-size: 14pt;
color: #dcd78a;
width: 1020px;
position: absolute;
text-align: center
}
.quote {
font-family: arial;
font-style: italic;
font-variant: small-caps;
font-size: 20pt;
position: relative;
float: left;
}
.histpage {
display: block;
width: 900px;
font-size: 18pt;
padding-left: 50px;
}
.histpglink {
position: relative;
float: none;
display: inline;
background: none;
color: blue;
text-decoration: underline;
 }
 
