/*	"saimin.css"

	2004/12/25
	Steven Takata
	Style sheet for Saimin web site
*/


/*	Definition order:
	a:link {color: #FF0000}
	a:visited {color: #00FF00}
	a:hover {color: #FF00FF}
	a:active {color: #0000FF}
*/

body
	{
		margin-top		:   20px	;
		margin-left		:   30px	;
		margin-right	:   30px	;
		margin-bottom	:    5px	;
		padding-top		:    0px	;
		padding-left	:    0px	;
		padding-right	:    0px	;
	}

a
	{
		text-decoration	: none		;
	}
a:hover
	{
		text-decoration : underline	;
	}
a.paragraph:link
	{
		color			: #333333	;
	}
a.paragraph:visited
	{
		color			: #333333	;
	}
a.paragraph:hover
	{
		color			: blue		;
	}

a.hidden:link
	{
		color			: white		;
	}

/***********
	Title
 ***********/

.title
	{
		font-family		: times		;
		color			: #000000	;
		font-size		: 35px		;
	}

/**********
	Menu
 **********/

.menu_noncurrent_page
	{
		font-family		: times		;
		color			: blue		;
		font-size		: 16px		;
	}

.menu_current_page
	{
		font-family		: times		;
		color			: red		;
		font-size		: 16px		;
	}

/*************
	Content
 *************/

.content_heading
	{
		font-family		: 'Lucida Grande', Geneva, Verdana, Arial, Helvetica, sans-serif;
		font-size		: 18px		;
		font-weight		: bold		;
		color			: #222222	;
	}

.paragraph_title
	{
		font-family		: 'Lucida Grande', Geneva, Verdana, Arial, Helvetica, sans-serif;
		font-size		: 13px		;
		font-weight		: bold		;
		color			: #202020	;
	}

.paragraph_text
	{
		font-family		: Verdana, Arial, Helvetica, sans-serif;
		font-size		: 11px		;
		color			: #333333	;
	}
