/* styles for lesson4 */

h1, body, p {font-family: verdana, tahoma, 'courier new', arial, sans-serif; 
font-size: 12pt;
font-weight: bold;
color: white; 
background-color: #80c080; 
}
h1 {border-bottom: 0.5em solid red;
font-size: 200%;}
h2, h3 {color: red; background-color: #80c080;
	font-weight: bold; text-transform: capitalize;}

button {
color: #80c080;
background-color: red;
border: thick double #80c080;
font-weight: bold;
}

form {
color: red;
background-color: #80c080;
margin: 3em;
padding: 1em;} 

legend, label {color: red;}

.red {color: red;}

.center {text-align: center;}



body {margin: 0.5em; padding: 0.5em;}





