/*this is the  css for coastal villages site basic pages */
/*  */

/*normal links in the text*/

a:link {
color: #0000FF;
text-decoration: underline;
}
a:visited {color: #C71585;
text-decoration: underline;
}
a:active {color: #FF0000;
text-decoration: none;
}

/*this BODY style applies to everything in the document*/

body {background-color: #ffffcc;
font-family: Verdana, Arial, Tahoma, Helvetica, sans-serif;
font-size: 12pt;
}
p {
font-size: 10pt;
padding: 1em;
}

/*normal headers in the document*/

h1 
 {
background-color: #ddd;
padding: 0.5em;
font-size: 10pt;
}

h2
{
background-color: #ddd;
padding: 0.5em;
text-align:left;
font-size: 10pt;
}

h3
{
text-decoration:none;
padding: 0.5em;
text-align:left;
font-size: 10pt;
}

h4
{
padding: 0.1em;
background-color: #ddd;
text-align:left;
vertical-align:middle;
font-size: 10pt;
}

h5
{
text-align:left;
padding: 0.5em;
font-style: normal;
font-weight: normal;
font-size: 8pt;
}

/*these set up things that are different*/

p.topright
 {
padding : 2px 2px 2px 10px;
font-size: 8pt;}

h1.topright
{background-color: #ddd;
padding: 1em;
text-align:left;
}

h1.navigationheader
{
background-color: #edd;
padding : 1em;
text-align: center;
font-size: 8pt;
}

td.main {
padding-right: 1em;
padding-left: 1em;
padding-top:0.5em;
padding-bottom: 0.5em;

}

td.whitespace {
padding: 0.5em;
}

/* this sets up the opening times table  */
td.table
{
background-color: #ddd;
text-align:center;
vertical-align:middle;
font-size: 10pt;
}