/* [ main styles for majority of text ] -----------------------------*/
/*	These styles control the background and body.                */
/*	They will be standard on all sites.                          */
/*-------------------------------------------------------------------*/
		body {
			margin:0px; background:#FEFBD2;
			font-family: Arial; font-size:14px; color:purple;
		}

/* [ styles for links ] ---------------------------------------------*/
		a {
			color:#cc0000; text-decoration:none;
		}
		a:hover { 
			color:#009900; text-decoration: none;
		}
		

/* [ Special styles ] ----------------------------------------------*/

		.title {
			font-size:16px; 
			font-weight:bold;
		}
		.banner {
			background:#FECE60;
			color:purple;
		}
		.paragraph {
			font-size:15px;
		}
		.bottom {
			font-size:10px;
		}
		a.menu:link {
			color:purple;
			font-family: Arial;
			font-size:20px;
			font-weight:bold;
			}
		a.menu:visited {
			color: green;
			font-size: 20px;
			text-decoration : none;
			font-weight:bold;
		}
		a.menu:hover {
			color: blue;
			font-size: 20px;
			text-decoration : none;
			font-weight:bold;
		}
		.images {
			background:#FEFBD2;
		}
/* ---------------------------------------------------------------*/

