/* www.coastalgreenery.com HOME PAGE */

body {
background-image:url(images/bg.gif);
background-repeat: repeat-y;
}

/* Style for the body text on the home page. */

p {
margin-left: 55;
margin-right: 25;
margin-top: 55px;
margin-bottom: 5px;
padding: 0;
font-family: helvetica, sans-serif;
font-size: .7em;
font-weight: normal;
line-height: 1.9em;
}

/* Style for the date on the home page. */

h3 {
margin-top: 2px;
margin-bottom: 5px;
margin-left: 0;
margin-right: 5px;
padding: 0;
font-family: times, serif;
font-size: .8em;
font-weight: normal;
text-align: right;
color: #03039C;
}

/* Style for the links on the all pages */

a:link, a:visited {
font-family: helvetica, sans-serif;
color: #003300;
font-size: 11px;
text-decoration: none;
font-weight: bold;
}

a:hover {
font-family: helvetica, sans-serif;
color: #CC00300;
font-size: 11px;
font-weight: bold;
text-decoration: underline;
}



