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

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

/* 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 work 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%;
}

/* 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}
