/*   http://www.carterjackson.com/joshua/style.css   */

/* general styles for www.carterjackson.com/joshua/ */

a:link {
    color: #336699;
    text-decoration: none;
    border-bottom: 1px dotted #baa065;
}

a:active {
    color: #6699cc;
    text-decoration: none;
    border-bottom: 1px solid #6699cc;
}

a:visited {
    color: #003366;
    text-decoration: none;
    border-bottom: 0px;
}

a:hover {
    color: #baa065;
    text-decoration: none;
    border-bottom: 1px solid #baa065;
}

body {
	background-color: #FFFFFF;
	color: #000000;
	font-family: georgia, 'new york', serif;
    margin: 30px 0px;
	text-align: center;
}

#body {
    width: 680px;
    text-align: left;
}

p {
	line-height: 150%;
}

.small {
    font-size: 11px;
    font-family: verdana, geneva, arial, helvetica, sans-serif;
}

li {
	font-size: 11px;
	font-family: verdana, geneva, arial, helvetica, sans-serif;
	list-style: decimal;
}

th, td, table {
	color: #000000;
	font-family: georgia, 'new york', serif;
}

h3, h4, h5, h6 {
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
	color : #6699cc;
}

h1 {
	font-family: arial, helvetica, sans-serif;
	font-size:20px;
	color: #336699;
	text-transform:uppercase;
	font-weight:bold;
}


h2 {
	font-family: arial, helvetica, sans-serif;
	font-size:16px;
	color: #336699;
	text-transform:uppercase;
}

/* copyright */

p.copyright, .copyright {
	font-family: verdana, geneva, arial, helvetica, sans-serif;
	font-size: 11px;
	margin-top: 5px;
}

.linkbar {
	/* contains timestamp, permanent link and email link */
	background-color: #E0DFDC;
	border-top: 1px solid #BAA065;
	padding: 2px;
	font-family: verdana, geneva, arial, helvetica, sans-serif;
	font-size: 11px;
}





