﻿/* 
Crider & Morris Communication
standard.css
*/

a:link       { color: #000000; text-decoration: none; font-weight:bold }
a:visited    { color: #666666; text-decoration: none }
a:active     { color: #C0C0C0; text-decoration: none }

body	{
	font-family:Georgia, Times New Roman, Serif; 
	color: black;
	margin:0px;
	}
#navigator	{
	margin-top:0px;
	width:100%;
	height:26px;
	font-family:Verdana, Arial, sans-serif;
	color:#ffffff;
	text-align:center;
	background-color:#000000;
	}
#page	{
	background-color:#ffffff;
	min-height:500px;
	width:60%;
	margin-left:auto;
	margin-right:auto;
	padding-bottom:80px
}
#footer	{
	margin-top:80px;
	font-family:Verdana, Arial, sans-serif;
	position:relative;
	bottom:24px;
}
.story	{
	font-size:12pt;
	line-height:18pt;
	color:#666666;
}

