body {
font-family: sans-serif;
}
h1,h2, h3, h4{
color: gray;
}
h1 {
border-bottom: 2px solid black;
}
p {
color: black;
}
Notes {
			width: 200px
			margin: 400px
			-column-count: 1
		-column-gap: 10px
		-moz-column-count: 1
		-moz-column-gap: 10px
			}
A {
text-decoration:none
}
a:link {
COLOR: black
}
a:visited {
COLOR: black
}
a:hover {
COLOR: white
}
a:active {
COLOR: black
}
#picture1 {
		float:left;
		margin: 5px;
	}
#picture2 {
		float:left;
		margin: 10px;
	}
#picture3 {
		float:right;
		margin: 5px;
	}
#picture4 {
		float:right;
		margin: 10px;
	}
#floatstop {
		clear:both;
		width:10px;
	}
#Meaning {
		float:left;
	}
#Type {
		float:left;
	}
#Boarder{
		
	}