/*	Ffynonwen style.css	*/

body {
	color: rgb(2, 49, 153);
	background-color: rgb(255, 235, 177);
	margin-left: 3em;
	margin-right: 3em;
	margin-top: 0.5em;
	margin-bottom: 0;
	font-size: 14px;
	font-family: arial, helvetica, verdana, sans-serif;
}

h1 {
	text-align: center;
	font-family: "Century Gothic";
	font-size: 160%;
	font-weight: bold;
	margin-left: 0;
	margin-right: 0;
}

h2 {
	text-align: center;
	font-family: "Century Gothic";
	font-size: 110%;
	font-weight: bold;
	margin-left: 0;
	margin-right: 0;
}

h3 {
	text-align: center;
	font-family: "Century Gothic";
	font-size: 140%;
	font-weight: bold;
	margin-left: 0;
	margin-right: 0;
}

h4 {
	text-align: left;
	/*font-family: "Century Gothic";*/
	font-size: 100%;
	font-weight: bold;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}

p {
	margin-left: 0;
	margin-right: 0;
	font-family: Arial;
	font-size: 14px;
	text-align: justify;
	margin-top: 0.3em;
	margin-bottom: 0.3em;
}

table.tariff {
	/*margin-left: auto;	 these two lines centre table 
	margin-right: auto; */
	border-width: 1px 1px 1px 1px;
	border-spacing: 2px;
	border-style: none none none none;
	border-color: rgb(2, 49, 153) rgb(2, 49, 153) rgb(2, 49, 153) rgb(2, 49, 153);
	border-collapse: separate;
	/*background-color: white;*/
}

table.tariff th {
	border-width: thin thin thin thin;
	padding: 1px 1px 1px 1px;
	border-style: solid solid solid solid;
	/*border-color: gray gray gray gray;
	background-color: white;*/
}

table.tariff td {
	border-width: 1px 1px 1px 1px;
	padding: 4px 8px 4px 8px;	/* top, right, bottom, left */
	border-style: solid solid solid solid;
	/*border-color: gray gray gray gray;
	background-color: white; */
}

#links a {
	text-decoration: none;
}

#links li {
	list-style-type: square;
}

#navsite h5 {
	display: none;
}

#navsite ul {
	padding: 3px 0;
	margin-left: 0;
	border-bottom: 1px solid #778;
	font: bold 12px Verdana, sans-serif;
	text-align: center; /* DT */
}

#navsite ul li {
	list-style: none;
	margin: 0;
	display: inline;
}

#navsite ul li a {
	padding: 3px 0.5em;
	margin-left: 3px;
	border: 1px solid #778;
	border-bottom: none;
	background: #DDE;
	text-decoration: none;
}

#navsite ul li a:link {
	color: #448;
}

#navsite ul li a:visited {
	color: #667;
}

#navsite ul li a:link:hover, #navsite ul li a:visited:hover {
	color: #000;
	background: #AAE;
	border-color: #227;
}

#navsite ul li a#current {
	background: white;
	border-bottom: 1px solid white;
}
