/* Llanfyllin stylesheet */
body {
	color: #000000;
	background-color: White;
}

table, tr, th, td, p {
	color: #000000;
	background-color: transparent;
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
}

li {
	list-style : none;
}

/* Ordinary links */
a:link {
	color: #339933;
}

a:hover {
	color: #ff0000;
}

a:visited{
	color: #9e2828;
	}
	
/* Links on the navbar */	
#navbar  a:link {
font-family: "Times New Roman", Times, serif;
background-color: transparent;
/*display: block;*/
font-weight: bold;
text-decoration: none;
/*text-align: center;*/
font-size: 1.1em;
color: #339933;

}

#navbar a:hover {
font-family: "Times New Roman", Times, serif;
background-color: transparent;
/*display: block;*/
font-weight: bold;
text-decoration: none;
/*text-align: center;*/
font-size: 1.1em;
color: Red;
}

#navbar a:visited{
font-family: "Times New Roman", Times, serif;
background-color: transparent;
/*display: block;*/
font-weight: bold;
text-decoration: none;
/*text-align: center;*/
font-size: 1.1em;
color: #9e2828;
}
	
	
/* Classes  and Ids*/	
.quote {
	font-style: italic;
}	

.emph {
	font-style: italic;
	font-weight : bold;
}

.strong {
   color : Red;
	font-weight : bold;
}

	.footer	{
	 font-family: "Times New Roman", Times, serif;
	 color: #000000;
	 background-color: transparent;
	 padding-top: 1ex;
	 font-size: 100%;
	 border-top: solid;
	 border-top-width: 2px;
	 border-color: #339933;
	 }

.border {
	background-color : #339933;
}	 

	 
#footer {
font-family: "Times New Roman", Times, serif;
	font-size: 65%;
}	 

#navbar {
	display: block;
/*	text-align: center;*/
/*	width: 12em;
	border: solid;
	border-color: Black;*/
padding-left: 1em;
padding-right: 1em;
padding-top: .1em;
padding-bottom: .1em;
}


#review {
	margin-left: 5%;
	margin-right: 5%;
	padding : 2%;
	border-color : #339933;
	border-style : double;
}

#header {
	margin-left: 5%;
	margin-right: 5%;
	padding : 2%;
}

#sig {
	text-align : right;
	margin-right : 10%;
	font-style : italic;
}

#textnav {
	font-size: 80%;
	text-align: center;
	 padding-top: 1ex;
	 border-top: solid;
	 border-top-width: 2px;
	 border-color: #339933;
}
