/* general styles */
body {
	background-color:White;
}
body,td {
	font-family:verdana,arial,helvetica,sans-serif;
	color:black;
	font-size:0.7em;
}
p,input,textarea,option,ul,ol,dd {
	font-family:verdana,arial,helvetica,sans-serif;
	color:black;
	line-height:1.5em;
}

h1 {
	font-size:1.5em;
}
h2 {
	font-size:1.2em;
}
h3 {
	font-size:1.1em;
}
h4 {
	font-size:1.0em;
}
h5 {
	font-size:0.9em;
}
h6 {
	font-size:0.8em;
	font-weight:normal;
}
dt {
	font-weight:bold;
}

/* Sarah's Styles */


/* links */
a {
	text-decoration:none;
}

a:link {
	color:MediumVioletRed;
}
a:visited {
	color:PaleVioletRed;
}
a:hover {
	color:CornflowerBlue;
	background:aliceblue;
}
a:active {
	color:Crimson;
	background:transparent;
}

/* headings */

h1,h2,h3,h4,h5,h6 {
	color:PaleVioletRed;
}
.blue,dt {
	color:CornflowerBlue;
	font-size:1.1em;
}

input,option,textarea {
	background:aliceblue;
	border-style:inset;
	border-width:2px;
	border-color:aliceblue;
	color:CornflowerBlue;
}
input.button {
	border-style:outset;
	background:CornflowerBlue;
	border-width:2px;
	border-color:CornflowerBlue;
	color:White;
}

/* sublink table cell styles */

td.link {
	background:Pink;
}
td.active {
	background:PowderBlue;
	cursor:hand;
}
td.hover
{
	background:AliceBlue;
	cursor:hand;
}

/* photos section */

td.photo {
	background:PowderBlue;
	text-align:center;
}

td.caption {
	background:CornflowerBlue;
	text-align:center;
}
p.caption {
	color:white;
	font-size:11px;
	line-height:14px;
	font-weight:bold;
}

tr.title {
	background:CornflowerBlue;
	color:white;
}
p.title {
	color:white;
	font-weight:bold;
}
ul {
	list-style:square;
}
hr {
	color:CornflowerBlue;
	border:none;
	height:2px;
	clear:both;
}