﻿/*
'**************************************************************************************************
'*																																																*
'*	RuthKay.css																																										*
'*																																																*
'**************************************************************************************************
*/

body 
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:90%;
	text-align:center;
	color:Navy;
	background-color:#008FD8;
}

.body_style
{
	width: 760px;
	margin: auto;
	text-align:left;
	background-color:White;
}

a:link
{
	color:blue;
	text-decoration:none;
}

a:visited
{
	color:blue;
	text-decoration:none;
}

a:hover
{
	color:#00947E;
	text-decoration:underline;
}

.quote
{
	font-size:80%;
}

.title
{
	font-size:130%;
	font-weight:bold;
}

.subtitle
{
	font-size:115%;
	font-style:italic;
}

.SectionHead
{
	font-size:115%;
	font-weight:bold;
	padding-top:15px;
}

.MainNavLink
{
	font-size:75%;
	font-weight:bold;
	text-decoration:none;
	color:Red;
}

.MainNavLink:link
{
	font-size:75%;
	font-weight:bold;
	text-decoration:none;
	color:Red;
}

.MainNavLink:visited
{
	font-size:75%;
	font-weight:bold;
	text-decoration:none;
	color:Red;
}

.MainNavLink:hover
{
	font-size:75%;
	font-weight:bold;
	text-decoration:underline;
	color:#00ccff;
}

.KeyNoteListName
{
	font-size:110%;
}

.KeyNoteListDescription
{
	font-size:90%;
	font-style:italic;
}

