﻿/* CSS Code for King William the Fourth Guest House, Settle, North Yorkshire */
/* 05 November 2009 */

/**---- 1. Layout ----**/

body {
	background-color: #D1CFA5;
}


/**---- 2. Text ----**/

h1{
	color: #999966;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 14px; 
	font-weight: bold;
	padding: 1em 0 0 0;
}

.style1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 14px;
}

.style2 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
}

.style3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.style4 {font-family: Arial, Helvetica, sans-serif; font-weight: bold; font-size: 12px; color: #655241; }

.style5 {font-family: Arial, Helvetica, sans-serif; font-weight: bold; font-size: 12px; color: #FFFFFF; }
	.style5a {color: #000000;}
	
.style6 {font-size: 10px}
	.style6a {font-family: Arial, Helvetica, sans-serif; font-weight: bold; font-size: 12px; color: #FFFFFF; }

.style7 {font-family: Arial, Helvetica, sans-serif; font-weight: bold; font-size: 12px; color: #FFFFFF; }

.style8 {font-size: 10px; font-family: Arial, Helvetica, sans-serif; }

.style9 {font-size: 10px; font-family: Arial, Helvetica, sans-serif; font-weight: bold; }

.style10 {font-size: 12px;}

.style12 {font-size: 14px;}

.style13 {font-size: 12px; font-family: Arial, Helvetica, sans-serif; }

.style14 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	font-weight: 400;
	text-align: center;
}

/**---- 3. Links ----**/

a:link, .links a:link {
	color: #655241;
	text-decoration: none;
}
a:visited, .links a:visited {
	color: #999966;
	text-decoration: none;
}

a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
	.links a:hover  {
	color: #FFFFFF;
	text-decoration: underline;
	background-color:#999966;
}

a:active, .links a:active {
	color: #FFFFFF;
	text-decoration: none;
}

.footer a:link {
	color: #655241;
	font-weight: 600;
	text-decoration: none;
}
.footer a:visited {
	color: #999966;
	font-weight: 600;	
	text-decoration: none;
}

.footer a:hover  {
	color: #FFFFFF;
	font-weight: 600;	
	text-decoration: underline;
	background-color:#999966;
}

.footer a:active {
	color: #FFFFFF;
	font-weight: 600;	
	text-decoration: none;
}


