/*    revision history....filename: "presenters.css"     07/01/2013  */
/*    general formatting and positioning for main body sections      */
/*    revised: December 27, 2012  01:55 AM .... uploaded: 27/12/2012 */
/*    revised: February 15, 2013  10:39 PM .... uploaded: 15/02/2013 */
/*                                                                   */
/*  There are 17 valid predefined colour names. They are 
aqua, black, blue, fuchsia, gray, green, lime, maroon, navy, olive, orange, purple, red, silver, teal, white, and yellow, and transparent  */
/* <link rel="stylesheet" type="text/css" href="presenters.css">     */


* {
	margin: 1px 2px 1px 0px;
	padding: 0;
	border: 1;
	}

body {
	font-size: 1em;
	background: white url(ledge.gif) repeat-y top left;
	margin: 1px 2px 1px 100px;
	}

h1 {
	color: red;
	font-size: 2em;
	text-align: center;
	margin: 1px 2px 1px 2px;
	}

h3 {
	color: black;
	font-size: 1.5em;
	text-align: center;
	margin: 10px 1px 15px 1px;
	}

p {
	line-height: 1.8;
	font-size: 1em;
	text-align: left;
	}

a {
	text-decoration: underline;
	text-align: left;
	}

/* Class selectors                                       */

	.imgRight { float: right; margin: 0px 0px 10px 10px;}

	.imgLeft { float: left;	margin: 0px 10px 10px 0px;}

	.invisible {
		visibility: hidden;
		}

	}


/*	TEXT: black; LINK: blue; VLINK: "#00AF80"; ALINK: "#FF0080";  */