/* sitemaplayout.css - style sheet for the sitemap page on freespace.virgin.net/i.ford */

/* Updated April 19th, 2008 */


body {
	font-family: Arial, serif;
	font-size: 0.9em;
	color: #000;
	background: #fff;
	margin-left: 3%;
	margin-right: 3%;
}

h1 {
	font-size: 2em;
	font-weight: normal;
	color: #996633;
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color: #FFFFFF;
	padding-bottom: .3em;
	padding-left: .3em;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #996633;
}

h2 {
	font-size: 1.5em;
	font-weight: bold;
	color: #666666;
}


h1 a:link {
	background: #fff;
	text-decoration: none;
	color: #963;
}

h1 a:visited {
	background: #fff;
	text-decoration: none;
	color: #963;
}



div.main {
	margin-left: 2%;
	margin-top: 0.75em;
	line-height: 1.5em;
	font-size: 0.9em;
}

.boldtext {
	font-weight: bold;
}

.lineabove {
	border-top: 1px dotted #963;
}


.indent1 {
	padding-left: 2em;
}

.indent2 {
	padding-left: 4em;
}

.indent3 {
	padding-left: 6em;
}

.indent4 {
	padding-left: 8em;
}




div.main a:link {
	background: #fff;
	color: #037;
}

div.main a:visited {
	background: #fff;
	color: #636;
}

div.main a:hover {
	background: #fff;
	color: #900;
}

div.footer {
	margin-top: 0.5em;	
	font-size: 0.8em;
	border-top: 1px dotted #963;
}

