	body {
		margin:0px 0px 0px 0px;
		background:#060;		
                background-image:url("olivegreentle.jpg");
		}
	A 		{ color: #006600; text-decoration: underline; }
	A:link		{ color: #006600; text-decoration: underline; }
	A:visited	{ color: #999999; text-decoration: underline; }
	A:active	{ color: #999999;  }
	A:hover		{ color: #999999;  }

        #pageinset {
		margin: 50px 150px 50px 150px;
		border:3px solid #ccc;
        }

        #footer {
                background-color: #060;
                color: #fff;
                text-align:center;
                padding: 10px;
                font-size: larger;
        }

	#footer a,
	#footer a:link,
	#footer a:visited,
	#footer a:active,
	#footer a:hover {
		font-weight: normal;
		text-decoration: underline;
                color: #fff;
	}


	h1, h2, h3 {
		margin: 0px;
		padding: 0px;
                color: #060;
                background-color: #ffffff;
		border-bottom:3px solid #ccc;
	}
        h1 {
                text-align:center;
        }

	.description {
		margin: 0px;
		padding: 0px;
                color: #060;
                text-align:center;
	}

        #banner {
                background-color: #ffffff;
                text-align:center;
        }
			
	#content {
		background:#FFF;
                padding-left:30px;
                padding-right:30px;
                padding-top:30px;
                padding-bottom:30px;
		margin-right:0px;
		margin-left:0px;
		margin-bottom:0px;
  		margin-top:0px;
		}

	#container {
		background:#FFF;
		border:1px solid #FFF;		
		}

	#links {	
		padding:0px;
                text-align:center;
		}
		
	.blog {
  		padding:10px 10px 10px 10px ;
		background:#FFF; 
		}

	.blogbody {
		font-family: 'Times New Roman', palatino, georgia, verdana, arial, sans-serif;
		color:#333;
		font-size:small;
		font-weight:normal;
  		background:#FFF;
  		line-height:200%;
		}

	.blogbody a,
	.blogbody a:link,
	.blogbody a:visited,
	.blogbody a:active,
	.blogbody a:hover {
		font-weight: normal;
		text-decoration: underline;
	}

	.title	{
		font-family: 'Times New Roman', palatino, georgia, times new roman, serif;
		font-size: medium;
		color: #000;
		}			

	#menu {
  		margin-bottom:0px;
		color:#c93;
		text-align:center;
		}		

	.date	{ 
		font-family: 'Times New Roman', palatino, georgia, times new roman, serif; 
		font-size: large; 
		color: #060; 
		border-bottom:1px solid #999;
		margin-bottom:0px;
		font-weight:bold;
		}			
		

