/* Martha Sewing Ministry Photo Story style sheet - marthasewingministry.org/photo_story/cover.htm */

body {
background-color : #faf0e6;
} 
div.container {
font-family : verdana,tahoma,sans-serif;
color : #000000;
font-size : 11pt;
font-weight : normal; 
width : 600px;
height : 650px;
margin : 0;
border : 1px solid #999999;
line-height : 120%;
} 
p.p3 {
font-size : 11pt;
font-family : verdana, tahoma, sans-serif;
color : #000000;
margin : 0;
}  
p.p4 {
font-size : 16pt;
font-family : "times new roman", tahoma, serif;
color : #000000;
text-align : center;
line-height : 120%;
margin-top : 50px;
}   
p.p5 {
font-size : 12pt;
font-family : "times new roman", tahoma, serif;
color : #000000;
text-align : center;
line-height : 120%;
margin-top : 50px;
}  

a.contact:link {
font-size : 13pt;
font-family : "times new roman", tahoma, serif;
color : #0000ff;
text-align : center;
line-height : 120%;
font-weight : normal;
text-decoration : none;
} 
a.contact:visited {
font-size : 13pt;
font-family : "times new roman", tahoma, serif;
color : #0000ff;
text-align : center;
line-height : 120%;
text-decoration : none;
} 
a.contact:hover {
font-size : 13pt;
font-family : "times new roman", tahoma, serif;
color : #0000ff;
text-align : center;
line-height : 120%; 
text-decoration : underline;
} 
p.p1 {
font-size : 11pt;
font-family : verdana, tahoma, sans-serif;
color : #000000;
line-height : 120%;
margin-top : 10px;
} 
a:link { 
font-family : verdana,tahoma,sans-serif;
color : #000000;
font-size : 11pt;
font-weight : normal;
text-decoration : none;
} 
a:visited { 
color : #000000;
font-size : 11pt;
text-decoration : none;
} 
a:hover { 
text-decoration : underline;
}


.centerdiv{ /*IE method of centering a relative div*/
text-align: center;
}

.centerdiv>div{ /*Proper way to center a relative div*/
margin: 0 auto;
}