/* remotefilename=/styles.css
 *
 *	Copyright © 2008-2010 by Photo By Fred.  All rights reserved.
 *
 *	$Id: /styles.css,v $
 */
/**
*	Main stylesheet for the site
*
*	Author:			Fred Koschara
*	Last Modified:	July 11, 2010 @ 9:50 am
*
*	Revision History:
*	   Date		  by		Description
*	2010/07/11	wfredk	add img
*	2010/07/10	wfredk	add documentation block
*	2010/07/10	wfredk	add main, maincomment classes
*/
body, table, tbody, td, p
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #ffffe8;
}
img
{
	margin: 0;
	padding: 0;
	border: 0;
}
.toclink
{
	text-decoration: none;
	color: #99ff99;
}
td.toc, p.toc
{
	color: #ffff66;
}
.tdetail
{
	font-size: 10px;
}
.main
{
	font-size: 14pt;
	color: #ffffcc
}
.maincomment
{
	font-size:10pt;
	color:#ffffcc
}
