/*
	Default style sheet for bonsaimonk.com
	Copyright 1999-2000, RAE, Inc.
	File: styles/default.css
	Author: John A. Lock, RAE, Inc. <http://www.relevantarts.com/>
	Date: 01/19/2000
	Version: 1.0
*/

/* Font definitions
*******************************************************************/	

BODY, P, DIV, SPAN, TR, TH, TD, DL, DT, DD, OL, UL, LI, EM, STRONG, H1, H2, H3, H4, H5, H6 {
	font-family: Verdana,Arial,Helvetica,sans-serif;
}

BODY, P, TR, TH, TD, DL, DT, DD, UL, LI {
	color: #000000;
	font-size: 15px;
}

H1 {font-size: 21px; font-weight: bold;}
H2 {font-size: 19px; font-weight: bold;}
H3 {font-size: 17px; font-weight: bold;}
H4 {font-size: 15px; font-weight: bold;}

.smallest	{font-size: 9px;}
.smaller	{font-size: 11px;}
.small		{font-size: 13px;}
.normal		{font-size: 15px;}
.big			{font-size: 17px;}
.bigger		{font-size: 19px;}
.biggest	{font-size: 21px;}

/* Text tweaks
*******************************************************************/

.underline	{text-decoration: underline;}
.credit			{font-family: serif; font-size: 11px;}
.header			{
	font-size: 17px;
	color: #cc3300;
	font-weight: bold;
}
.splashtext	{
	font-family: Verdana,Arial,Helvetica,sans-serif;
	color: #ffffff;
	font-size: 13px;
}
.splashcredit	{
	font-family: serif;
	color: #ffffff;
	font-size: 11px;
}
.red				{color: #cc0000;}

/* Link appearance
*******************************************************************/

A:link		{color: #cc3300; text-decoration: underline;}
A:visited	{color: #996666; text-decoration: underline;}
A:active	{color: #cc0000; text-decoration: underline;}
