body { 
  	//background-image: url(green camo.jpg);
  	background-repeat: repeat;
  	font-family:arial;
  	margin-left: 4cm;
  	margin-right: 4cm;
}

#button {
	border: 0px solid black;
	position: relative;
	float: left;
}		

p.menu_content {
	margin-right: 1cm;
	margin-top: 2cm;
	color: #000000;
}

p.index_contents {margin-right: 2cm;}

#block {
	background-image: url('green frame.jpg');
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
	
}

p.index_contents2 {
	margin-left: 2cm;
	margin-right: 2cm;
}

p.about_me_contents {margin-right: 2cm;}

h1 {text-align: center;font-size: 20pt;}

h2 {
	text-align: center;
	font-size: 16pt;
}

p {margin-left: 50px}

a.blacklink:link {color: #000000;}
a.blacklink:visited {color: #000000;}
a.blacklink:active {color: #000000;}


