﻿/* Living With The Bush Style Sheet */
/* Created 3 April 2015  */

body {
	font-family: Constantia, Georgia, serif; 
	color: Darkgreen;  /* navy is the default font colour */
	font-size: medium;      /* medium = font size "3" is the default  */
	background-color: white;
	text-align: left;	
}

a:link   {color:darkgreen;}
a:visited {color:darkgreen;}
a:hover  {color:red;}

.lwtb-title {
	font-size: xx-large;
	color: darkgreen;
	text-align: center;
	margin-top: -10px;	
}

.lwtb-chapter-heading { 
	margin: 10px 0 10px 0;
	font-size: x-large;
	text-align: center;	 
}

.living-menu { 
	float: left;
	width: 60px;
	color:darkgreen;
	font-weight: bold;
	text-align: center;
	margin: -20px 5px 0 0;
}

.bmcs-logo-2 { 
	float:right;
	width:100px;
	max-width: 20%;	
}

.quick-links {
	text-align: center;
	font-size: medium;	
}

.sub-heading {
	font-size: large;
	font-weight: bold;
}

.tbc {
	color: red;
	font-style:italic;
	background-color: yellow;
	margin: 10px 0 10px 10px;		
}

ul.cross {
	list-style-image: url(../symbols/red-wrong-cross-th2.jpg);
}

ul.tick {
	list-style-image: url(../symbols/green-right-tick.jpg);
}

.indent20 {
	margin-left:20px;
}

.last-page {
	float: left;
	font-size: large;
	text-align: left;
	font-weight: bold;
}

.last-page a {text-decoration: none;}

.next-page {
	float: right;
	font-size: large;
	text-align: right;
	font-weight: bold;	 
}

.next-page a {text-decoration: none;}

.top-of-page {
	 text-align:center;
	 font-weight: bold;
	font-style: italic;	
}

#living-copyright {
	 text-align:center;
	 font-size: small;
	 color: midnightblue;
}
