/*
	Default style sheet for The OTher Key
	Copyright 1999-2004, RAE, Inc.
	File: styles/default.css
	Author: John A. Lock, RAE, Inc. <http://www.relevantarts.com/>
	Date: 04/03/2004
	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, DIV, SPAN, TR, TH, TD, DL, DT, DD, OL, UL, LI {
	color: #0C3E5D;
	font-size: 12px;
}

INPUT, TEXTAREA {
	font-family: monospace;
	font-size: 12px;
}

H1 {font-size: 18px; font-weight: bold; color: #0C3E5D;}
H2 {font-size: 20px; font-weight: bold; color: #0C3E5D;}
H3 {font-size: 16px; font-weight: bold; color: #0C3E5D;}
H4 {font-size: 12px; font-weight: bold; color: #0C3E5D;}

.smallest	{font-size: 9px;}
.smaller	{font-size: 10px;}
.small		{font-size: 11px;}
.normal   {font-size: 12px;}
.big			{font-size: 16px;}
.bigger		{font-size: 20px;}
.biggest	{font-size: 24px;}

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

.underline	{text-decoration: underline;}
.credit			{
	font-family: serif;
	font-style: italic;
}
.keys {
	color: #F9F1E3;
}
.spreadout {
	line-height: 150%;
}
.boldblue			{
	color: #0C3E5D;
	font-weight: bold;
	font-size: 18px;
}
.redtext {
	color: #CC0000;
	font-weight: bold;
}
.subtitle			{
	color: #0C3E5D;
	font-weight: bold;
	font-size: 14px;
}
.special			{
	color: #990000;
	font-weight: bold;
	font-size: 18px;
}
.textnav {
	color: #9D7F97;
	text-decoration: none;
}

.textnavbig {
	color: #9D7F97;
	font-weight: bold;
	font-size: 16px;
	text-decoration: none;
}

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

A:link		{color: #9D7F97; text-decoration: underline;}
A:visited	{color: #969D8C; text-decoration: underline;}
A:active	{color: #C48FA5; text-decoration: underline;}

