/* "chesbayhg.css" CSS file for http://chesapeakebaygallery.com*/

body
{
margin: 0; 
padding: 15px; 
background-color: #ffffcc; 
font: italic 700 12pt times, sans serif;
color: white;
}
#wrapper
{ 
background-color: #800000;
margin: 3px 3px 3px 3px; 
padding: 10px; 
border: 5px solid teal;
}

#image-box1
{
border: 3px solid black;
padding: 3px;
height: 400px;
width: 620px;
background-color: white;
margin: auto;
}
#menu
{
border: 5px solid white;
padding: 3px;
height: 590px;
width: 620px;
margin: auto;
}
h1
{
font-family: brush, Brush Script MT, sans serif;
font-size: 34pt;
font-weight: 900;
text-align: center;
line-height: 50px;
font-italic;
color: blue; 
}
h2
{
font-size: 30pt;
font-weight: 900;
text-align: center;

line-height: 45px;
color: #FFFFFF;
}
h3
{
font-size: 16pt;
font-weight 900;
text-align: center;
line-height: 15px;
color: red;
}
h4
{
font-size: 12pt;
font-weight: 900;
text-align: center;
line-height: 20px;
color: white;
}
h5
{
font-size: 18pt;
font-weight: 900;
text-align: center;
line-height: 25px;
color: white;
}
h6
{
font-family:times, sans serif;
font-size: 14pt;
font-weight: 900;
text-decoration:none;
color:blue;
}
a
{
font-family:times, sans serif;
font-size: 12pt;
font-weight: 900;
text-decoration:none;
color:#CC9900;
}
a:hover
{
text-decoration:underline;
font-weight: 900;
font-size: 13pt;
color:red;
}
