
h1{ text-decoration: underline;
	color: rgb(7,93,15); }
h3{ color: rgb(7,93,15); }
a:link {
	color: #0F5514;
	font-weight: bold;
	text-decoration: none; }
a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #0F5514; }
a:hover {
	text-decoration: underline; }
a:active {
	text-decoration: none;
	color: #0F5514; }
body {
    margin-top: -10px;
    font-family: 'Lora', Times, serif;  
	text-align: justify;
	background-image: url('IMG_8969_1920px.jpg'); 
	background-position: top;
	background-repeat: no-repeat;
	background-color: white; }
tr 	{
    background-color: rgba(255, 255, 255, 0.5);
 }