/* FELTON CREST INN - feltoncrest.com - Cascading Style Sheet */
/* "book antiqua",Tahoma, Geneva, Arial, Helvetica */

body
{
font-family: arial, helvetica, verdana, sans-serif;
background-color: rgb(0,69,20);
background-image: url('images/graphics_general/grn_paper_fc&b&b.jpg');
background-repeat: repeat;
background-attachment: fixed;
background-position: top left;
}

.invisible {
	display : none;
}

p.dropcap:first-letter {
	font-family: "times new roman", times, serif;
	font-size: 265%;
	/* font-weight: 500; */
	line-height: 82%;
	color: #005511;
	float: left;
	margin: 0px 5px 0px 0px;
	padding: 0px;
}

span.xmas
{
color:#005511;
font-size:180%;
font-family:times,serif;
font-weight:bold;
font-style:italic;
}

/* SPAN TAG TEXT CLASSES */

/* TEXT CLASS 1 - Common Body Text, 90% Sized, Black, Normal */
span.one
{
font-size:90%;
}

/* TEXT CLASS 2 - Common Body Text, 90% Sized, Gray, Bold, Text */
span.two
{
color:#3C3C3C;
font-size:90%;
font-weight:bold;
}

/* TEXT CLASS 3 - Common Body Text, 90% Sized, Red, Italicised, */
span.three
{
color:#CD5C5C;
font-size:90%;
font-weight:bold;
font-style:italic;
}

/* TEXT CLASS 4 - Common Body Text, Small, Black, Normal */
span.four
{
font-size:small;
}

/* TEXT CLASS 5 - Common Body Text, Default Size, Gray, Bold */
span.five
{
color:#3C3C3C;
font-weight:bold;
}

/* TEXT CLASS 6 - Common Body Text, Default Size, Gray, Bold, Underlined */
span.six
{
color:#3C3C3C;
font-weight:bold;
text-decoration: underline;
}

/* TEXT CLASS 7 - Common Body Text, Default Size, Dark-Green, Bold */
span.seven
{
color:#005511;
/* font-weight:bold; */
}

/* TEXT CLASS 8 - Serif Text, Large Sized, Dark-Green, ...for enhacing first word in paragraph */
span.eight
{
color:#005511;
font-size:large;
font-family:times,serif;
}

/* TEXT CLASS 9 - Serif Text, Large Sized, Dark-Green, ...for enhacing the letter "W" at the start of a paragraph */
span.nine
{
float:left;
width:0.7em;
color:#005511;
font-size:265%;
font-family:times,serif;
font-weight:500;
line-height:82%;
}

/* TEXT CLASS 10 - Serif Text, Large Sized, Dark-Green, ...for Felton Crest Inn Heading */
span.ten
{
color:#005511;
font-size:large;
font-family:times,serif;
font-weight:bold;
}

/* TEXT CLASS 11 - Serif Text, Large Sized, Dark-Green, ...for Page Titles */
span.eleven
{
color:#005511;
font-size:135%;
font-family:times,serif;
font-weight:800;
font-stretch:extra-expanded;
}

/* TEXT CLASS 12 - Serif Text, Large Sized, Dark-Green, ...for Page Titles */
span.twelve
{
color:#005511;
font-size:225%;
font-family:"iowan old style",times,serif;
font-weight:800;
font-stretch:extra-expanded;
}

/* TEXT CLASS 13 - XX-Small Sized, Common Body Text */
span.thirteen
{
font-size:x-small;
}

/* TEXT CLASS 14 - Common Body Text, 90% Sized, White, Bold, Text */
span.fourteen
{
color:#FFFFFF;
font-size:90%;
}

/* DIV TAG TEXT CLASSES */

/* TEXT - 12px Indented, 90% Sized, Common Body Text */
div.one
{
text-indent:16px;
font-size:90%;
}

/* TEXT - 24px Indented, 90% Sized, Common Body Text */
div.two
{
text-indent:24px;
font-size:90%;
}

/* TEXT - 90% Sized, Common Body Text */
div.three
{
font-size:90%;
}

/* TEXT - Center */
div.four
{
text-indent:16px;
text-align:center;
}

/* HEADING TAG TEXT CLASSES */

/* TEXT - Serif, X-Large Sized, Dark-Green, Text Section Titles */
h1.one
{
color:#005511;
font-size:x-large;
font-family:times,serif;
font-weight:bold;
}

/* LINK TAG TEXT CLASSES */

/* LINKS - Standard, Green, Links 'without' an underline */
a:link {color: #005511; text-decoration: none;}
a:visited {color: #005511; text-decoration: none;}
a:hover {color: #3C3C3C; text-decoration: underline;}
a:active {color: #CD5C5C; text-decoration: none;}

/* LINKS CLASS 1 - Standard, Green, Links 'without' an underline */
a.one:link {color: #005511; text-decoration: none;}
a.one:visited {color: #005511; text-decoration: none;}
a.one:hover {color: #3C3C3C; text-decoration: underline;}
a.one:active {color: #CD5C5C; text-decoration: none;}

/* LINKS CLASS 2 - Standard, Green, Links 'with' an underline */
a.two:link {color: #005511; text-decoration: underline;}
a.two:visited {color: #005511; text-decoration: underline;}
a.two:hover {color: #3C3C3C; text-decoration: none;}
a.two:active {color: #CD5C5C; text-decoration: none;}

/* LINKS CLASS 3 - Bold, Green, Links 'with' an underline */
a.three:link {color: #005511; text-decoration: underline; font-weight: bold;}
a.three:visited {color: #005511; text-decoration: underline; font-weight: bold;}
a.three:hover {color: #3C3C3C; text-decoration: none; font-weight: bold;}
a.three:active {color: #CD5C5C; text-decoration: none; font-weight: bold;}

/* LINKS CLASS 4 - Large Size, Serif, Green, Links 'with' an underline */
a.four:link {color: #005511; text-decoration: underline; font-size: large; font-family: times, serif;}
a.four:visited {color: #005511; text-decoration: underline; font-size: large; font-family: times, serif;}
a.four:hover {color: #505050; text-decoration: none; font-size: large; font-family: times, serif;}
a.four:active {color: #CD5C5C; text-decoration: none; font-size: large; font-family: times, serif;}

a.red {color: red; text-decoration: underline;}