/*

File name: default.css
Website: Sandra Davison Memorial | www.sandradavison.com
Created by Craig Hartnett of NinerNet Communications at http://www.niner.net
Copyright (c) 1996-2008 NinerNet Communications. All rights reserved.
Version 3.0.1, Tuesday, August 5, 2008.

Recent Revision History:

		2008:08:05 (3.0.1)	-	Change the font for the footer to make it more legible,
							Change ultimate default font from sans-serif to serif,
							Make Times the second font choice for the body,
							Add Arial as a secondary choice for headings and titles.

	2008:08:04 (3.0.0)	-	New template.

To Do:

	* Nothing in particular.

*/


body {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-color: #ff8080;
}

body, p, td, th, div {
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	font-size: 90%;
	font-family: Georgia, Times, Arial, Helvetica, serif;
	color: #990033;
	}

blockquote, dl, ul, ol {
	font-size: 100%;
	}

a:link {
	color: #336633;
	}

a:visited {
	color: #990033;
	}

a:hover {
	color: #c70000;
	text-decoration: none;
	}

a:active {
	background: #f5c00c;
	color: #000080;
	}

#site_title {
	font-weight: bold;
	font-size: 165%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #cccccc;
	}

#title {
	font-weight: bold;
	font-size: 130%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}

#footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	text-align: right;
	}

.em1b {
	font-weight: bold;
	}

.em2i {
	font-style: italic;
	}

.select {
	background: #ff8080;
	font-size: 130%;
	font-weight: bold;
	color: #990033;
	}

.selectinverse {
	background: #990033;
	color: #ffffdd;
	font-size: 100%;
	font-weight: bold;
	}

.smaller {
	font-size: smaller;
	}
