
body 
{
	background-color: #green;
	background-image: url("../kuusi.jpg");
	color: #white;
	font-family:  times new roman;
	}

table
{
	color: #green; 
	font-family:  times new roman;
	text-decoration: none;
	}
a
{
	color: #FFFFFF; 
	font-family:   times new roman;
	text-decoration: none;
	font-weight: bolder;
	}

a:hover
{
	color: #FFFFFF;
	text-decoration: underline;
	font-family:   times new roman;
	font-weight: bolder;
	}

h1
{
	color: #FFFFFF;
	font-size: 20px;
	font-family:   times new roman;
	font-weight: bolder;
	}

}