body {
  background-color: lightgreen;
}
h1 {
  text-align: left;
}

p {
font-size: x-large;
}

img.button {
	border-style: none;
	width: 100px;
}

img.outline {
	border:5px solid red
}

hr	{
height: 2px;
background-color: darkgreen
}

hr.lastRule	{
height: 20px;
color: darkgreen;
background-color:darkgreen
}

.noteBox {
    border-style: DOUBLE;
    background-color: white;
    width: 50%;
    margin: ;
    font-size: x-large;
    text-align: center;
	
.noteBox2 {
    border-style: double;
    background-color: yellow;
    width: 50%;
    margin: 5%;
    font-size: x-large;
    text-align: center;
    padding: 5px;
}

