/***********************************************/
/* Use with www.philipkdick.org                */
/* author: Zack Wood                           */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/

a{
	color: #006699;
	text-decoration: none;
}

a:link{
	color: #006699;
	text-decoration: none;
}

a:visited{
	color: #006699;
	text-decoration: none;
}

a:hover{
	color: #006699;
	text-decoration: underline;
}

body{
	font-family: Arial,sans-serif;
	color: #333333;
	background-color: #ffffcc;
}

h1 {
	font-size: 200%;
	margin: 0px;
	padding: 0px;
}

h2 {
	font-size: 125%;
	margin: 0px;
	padding: 0px;
	background-color: #0099CC;
}

/***********************************************/
/* Use with www.philipkdick.org                */
/***********************************************/

#sitename {
	border-top-style: dashed;
	border-bottom-style: dashed;
	border-top-width: thin;
	border-bottom-width: thin;
	border-top-color: #FF0000;
	border-bottom-color: #FF0000;
}

#menu {
	font-family: "Baskerville Old Face", "Bauhaus 93", "Bernard MT Condensed", "Bodoni MT Black";
	font-size: 16px;
	padding-top: 5px;
}

#maintable td {
	font-size: 16px;
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-left: 10px;
	padding-bottom: 5px;
	padding-top: 5px;
	padding-right: 10px;
	border-bottom-style: ridge;
	border-top-color: #999999;
	border-top-width: thin;
	border-top-style: solid;
}

#maintable {
	width: 900px;
}

#sectionheading {
	width: 900px;
}

#sectionbar {
	background-color: #FFFF00;
	width: 900px;
}
#sectionheading td {
	border: 0px none;
	width: 450px;
	text-align: center;
}
