/* CSS Document - for Concord Presbyterian website*/


body {
	color: black;
	font: Comic Sans MS; 
	font-size: 0.9em;
	background-color: #000066; margin-top: 0px;
	}
h1 {font-size: 1.5em; color:  #cc0000;}
h3 {font-size: 1.2em; color:#cc0000;}
h4 {font-size: 1.0em; color: #cc0000;}
h6 {font-size: 0.8em; font-weight: normal;}
#footer {font-size: small; margin-top: 40px;}
#lesslead {margin-top: -2.1em;}
a:link {color:#0000CC;}
a:visited {color: #660099;}
a:hover {color:#CC0000;}

td#links {
	vertical-align: top;
	font-size: 1.0em;
	text-align: right;
	background-color: #000066;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 20px;
	font-family: Comic Sans MS;
	padding-left: 5px;
	font-weight: normal;
	color: #CCCCCC;
}
td#links a:link {color:#FFFFFF; text-decoration: none;}
td#links a:visited {color: #FFFFFF;; text-decoration: none;}
td#links a:hover {color:#FF99FF;; text-decoration: none;}

td#name {
	vertical-align: top;
	font-size: 1.2em;
	text-align: center;
	background-color: #000066;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-family: Comic Sans MS;
	padding-left: 5px;
	font-weight: normal;
	color: #CCCCCC;
}


td#mainbody {
	vertical-align: top;
	text-align: left;
	font-size: 1.1em;
	background-color: #DFDCFF;
	padding-right: 5px;
	padding-top: 10px;
	padding-bottom: 20px;
	font-family: Comic sans MS;
	padding-left: 10px;
	color: #000066}

td#pastor {
	vertical-align: top;
	text-align: left;
	background-color: #000080;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-left: 10px;
	font-weight: bold;
	color: #CCCCCC;
}
td#pastor a:link {color:#FFFFFF; text-decoration: none;}
td#pastor a:visited {color: #DDDDDD;; text-decoration: none;}
td#pastor a:hover {color:#FF99FF;; text-decoration: none;}

.anylinkcss{
position:center;
visibility: hidden;
border:1px solid black;
border-bottom-width: 0;
font:normal 12px Verdana;
line-height: 18px;
z-index: 100;
background-color: #000080;
width: 300px;
}

.anylinkcss a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid black;
padding: 1px 0;
color: white;
text-decoration: none;
font-weight: bold;
text-indent: 5px;
}

.anylinkcss a:hover{ /*hover background color*/
background-color: black;
color: white;
}
}

