

/* Another style of CSS coding which you can use is below. Many people prefer to use this; 
especially on commercial projects where someone else may have to read your code. 
It's up to you which way you write your CSS */




a:hover {
	color: red;
	font-style: italic;
}

button.buttonclass {background-color:green}

button.buttontxtwhite {color:white;background-color:#B22222}

