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

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

BODY, TH, TD, UL {
	color: #000000;
	font-size: 15px;
	font-family: Arial,Helvetica,sans-serif;
}

H1 {font-size: 145%; font-weight: bold;}
H2 {font-size: 130%; font-weight: bold;}
H3 {font-size: 115%; font-weight: bold;}
H4 {font-size: 100%; font-weight: bold;}

.smallest	{font-size: 55%; font-family: Arial,Helvetica,sans-serif;}
.smaller	{font-size: 70%; font-family: Arial,Helvetica,sans-serif;}
.small		{font-size: 85%; font-family: Arial,Helvetica,sans-serif;}
.normal		{font-size: 100%; font-family: Arial,Helvetica,sans-serif;}
.big			{font-size: 115%; font-family: Arial,Helvetica,sans-serif;}
.bigger		{font-size: 130%; font-family: Arial,Helvetica,sans-serif;}
.biggest	{font-size: 145%; font-family: Arial,Helvetica,sans-serif;}

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

.underline	{text-decoration: underline;}
.credit			{font-family: serif;font-size: 70%;}
.cranberry	{color: #660033;};
.resetface	{
	font-family: Arial,Helvetica,sans-serif;
}

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

A:link		{color: #660033; text-decoration: underline;}
A:visited	{color: #805A6E; text-decoration: underline;}
A:active	{color: #ff0000; text-decoration: underline;}
