h1 {
	font: arial;
	color: green;
	size: 18px;
	font-weight: bold;
}
body {
	font-family: arial;
	font-size: 12px;
}
h2 {
	font: arial;
	color: green;
	size: 12px;
	font-weight: bold;
}

a {
	color: green;
	font-size: 12px;
	}
a:hover
	{
	color:red;
	font-size: 14px
	}
