/* "megan-fox.css" CSS file for http://megan-fox.org*/
body
{
margin: 0; 
padding: 15px; 
background-color: teal;
font: 700 12pt times, sans serif;
color: navy; 
}
#wrapper
{ 
background-image: url(http://www.bought-n-sold.com/images/bg514.jpg);font: 500 14pt times, sans serif;

margin: 5px 5px 5px 5px; 
padding: 10px; 
border: solid #800000;
}
#image-box1
{
border: 3px solid #996633;
padding: 3px;
height: 469px;
width: 320px;
margin: auto;
}

#ss-box
{
border: 3px solid #996633;


}

#LBox  /* this box is for index3.htm */
{
float: left;
border: 0px solid green;
padding: 10px;
height: 525px;
width: 50px;
}
#text-box   /* this box is for index3.htm*/
{
border: 0px solid green;
padding: 10px;
height: 525px;
width: 775px;

}
#footer 
{
bottom: -25px; 
left: -1px; 
text-align: center; 
border: 0px solid aqua; 
background-color: #ffffcc; 
} 
h1
{
font-family: sans serif;
font-size: 30pt; 
font-weight: 900;
text-align: center;
font-style: italic;
margin-top: 0px;
margin-bottom: 0px;
}
h2
{
font-size: 20pt;
font-weight: 900;
text-align: center;
margin-top: 0px;
margin-bottom: 0px;
}
h3
{
font-size: 18pt;
font-weight 900;
text-align: center;
margin-top: 0px;
margin-bottom: 0px;
}
h4
{
font-size: 16pt;
font-weight: 900;
text-align: center;
margin-top: 0px;
margin-bottom: 0px;
}
h5
{
font-size: 12pt;
font-weight: 900;
text-align: center;
margin-top: 0px;
margin-bottom: 0px;
}
h6    /* Use for copyright notice only */
{
font-size: 10pt; 
font-weight: 900;
text-align: center;
color: #999966;
margin-top: 15px;
margin-bottom: 10px;
}
h7    
font-size: 10pt; 
font-weight: 900;
text-align: center;
color: black;margin-top: 0px;
margin-bottom: 0px;
}
hr 
{
border: 0;
width: 80%;
color: #800000;
background-color: #800000;
height: 5px;
}

a
{
font-family: times, sans serif;
font-size: 14pt;
font-weight: 500;
text-decoration:none;
color:red;
}
a:hover
{
text-decoration:underline;
font-weight: 500;
font-size: 14pt;
color:blue;
}
p:first-letter
{
font-family: brush,times, sans serif;
font-weight: 900;
font-size: 150%;
font-style: italic;
}