/* as at 4Jun08 version:M.C.Jones */

BODY	{
	background:url(images/yellowlowresbg.jpg);
	color:#000000;
       	margin:0.5cm 0.5cm 0.25cm;
        font-family:"Times New Roman", "ariel";
	}


H1 	{
	font-family:"Lucida Handwriting","Stencil", "Arial", sans-serif;
	font-size:24pt;
	text-align:center;
	font-weight:bold;
	color:brown;
	margin-bottom:0;
	}

H2 	{
	font-family:"Times New Roman";
	font-size:16pt;
	font-style:italic;
	weight:bold;
	color:#B33606;
	}

H3	{
	font-family:"Times New Roman";
	font-size:12pt;
	font-style:normal;
	font-weight:bold;
	color:black;
	}

P 	{
	font-family:"Times New Roman", "ariel";
	font-size:10pt
	}

P.home 	{
	font-family: "Verdana";"ariel"
	font-size:10pt
	margin-top:0;
	}

P.hw 	{
	font-family: "Comic Sans MS","Lucida Handwriting","Bradley Hand ITC";
	font-size:11pt
	}

P.an	{
	font-family:"Times New Roman";
	font-size:9pt;
	}

.heading {
	background:#FFFFFF;
	width: 80%;
	padding: 5px;
	border: solid brown 1px;
	}

.textbox {
	background:#FFFFFF;
	width: 80%;
	padding: 15px;
	border: solid brown 1px;
	}

#breadcrumbs {
	background:#FFFFFF;
	padding: 5px;
        font-family: "Verdana";"ariel"
        font-size:8pt;
	}

A:link 	{
	color: purple;
	text-decoration: none;
	font-style: none;
	font-size:12pt;
	}

A:visited {
	color: brown;
	text-decoration: none;
	font-style: none;
	font-size:12pt;
	}


A:hover {
	color: red;
	text-decoration: none;
	font-style: none;
	font-size:12pt;
	}

A:active {
	color: green;
	text-decoration: none;
	font-style: none;
	font-size:12pt;
	}


.home A:link {
	color: red;
	text-decoration: none;
	font-weight: bold;
	font-size:8pt;
	}

.home A:visited {
	color: brown;
	text-decoration: none;
	font-style: none;
	font-weight: bold;
	font-size:8pt;
	}


.home A:hover {
	color: green;	
	text-decoration: none;
	font-style: none;
	font-weight: bold;
	font-size:8pt;
	}

.home A:active {
	color: red;
	text-decoration: none;
	font-style: none;
	font-weight: bold;
	font-size:8pt;
	}



	/*These change the appearance of selected portion of the file.
	syntax: <div class="firstbox">text</div>*/



	#textbox{	
			width: 85%;
			margin-top:15px;
			margin-left: auto;
			margin-right: auto;
			border: 1px solid #F79C00;
			padding:  15px;
			background: transparent;
			font-family: "palatino linotype", courier;
			font-size: 12;
			color: black;
			text-align: left;
			
	}

