body {
	background-color: #140f00;
	margin: 10px;
	}
	
h1 {
	color: #000000;
	text-align: justify;
	font-family: times;
	font-weight: bold;
	font-size: 125%;
	}
		
p {
	color: #000000;
	text-align: justify;
	font-family: times;
	font-size: 100%;
	}
	
p.left {
	color: #ffffff;
	text-align: justify;
	font-family: times;
	font-size: 100%;
	}
	
a:link	{
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	}
	
a:visited	{
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	}
	
a:active	{
	color: #000000;
	text-decoration: underline;
	font-weight: bold;
	}
	
a:hover	{
	color: #000000;
	text-decoration: underline;
	font-weight: bold;
	}
	
td.camera {
	background: #ffebac;
	}