/*
 * www.mceachernfamily.com default style sheet
 * Author: Derek McEachern
 * Title: Default Stylesheet
 *
 */

body {
	margin:0;
	padding:0;
	height:100%;
	background-color: #FFFFFF;
	font-size:100%;
	font-family: "Trebuchet MS", Trebuchet, Verdana, sans-serif;
}

a:link {
	color: blue;
}
a:active {
	color: blue;
}
a:visited {
	color: blue;
}
a:hover {
	color: red;
}

table.box {
	background-color: #FFFFFF;
}
th.box {
	background-color: #99CCCC;
}

th.columnheading {
	background-color: #99CCCC;
	text-align: center;
}

td.comments {
	font-family: Ariel, sans-serif;
	font-size: 90%;
}

td.quicklinks {
	font-size: 90%;
}

/*
 * Quick Start Page Stuff
 */
ul.qs {
	background-color: #FFFFFF;
	text-indent: 0em;
	list-style-image: url(images/bookmark.gif);
	list-style-type: circle;
	margin: 0em;
	margin-left: 0px;
}
