
a {
	text-decoration: none;
	color: white;
}
a:active {
	color: none;
}
a:hover {
	background-color: black;
	color: white;
}
a:visited {
	text-decoration: none;
}
div {
	margin: auto;
	width: 500px;
	height: 770px;
}
div a {
	color: yellow;
}
div a:hover {
	background-color: white;
	color: black;
}
#worldpeace:hover {
	background-color: red;
	color: blue;
}
#worldpeace {
	background-color: blue; 
	color: white
}
#josh {
    height: 100%;
    width: 100%;
}

#josh2 {
    height: 60%;
    width: 60%;
}
#josh:hover {
    content: url('https://i.imgur.com/zwzelxe.jpg');
    height: 100%;
    width: 100%;
}
#hampow {
    height: 100%;
    width: 100%;
}
#hampow:hover {
    content: url('http://i.imgur.com/zMU3stX.jpg');
    height: 100%;
    width: 100%;
}
#joshdiv {
	width: 85%;
	height: 85%;
	margin-bottom: 150px;
}
#hampowdiv {
	width: 85%;
	height: 85%;
	margin-bottom: 150px;
}
h1 {
	text-align: center;
	/*border: dashed 1px black;*/
	text-decoration: underline;
}
#myworkbody {
	background-color: white;
}
h4 {
	text-align: center;
}
#homebutton {
	color: black;
}
.preview {
	color: black;
	margin: auto;
}
.preview:hover {
	background-color: green;
}
.descriptor {
	padding-left: 33%;
	padding-right: 33%;
}
.aboutmepics {
	height: 100%;
    width: 100%;
}
#aboutmehead  {
	height: 45%;
    width: 45%;
}
/*#headdiv {
	width: 100px;
	height: 200px;
}*/
.contactinfo {
	text-align: right;
}
#clickablemail {
	background-color: red;
	color: black;
}
#clickablemail:hover {
	background-color: blue;
	color: white;
}
#aboutmecaseyandidashcam {
	height: 60%;
    width: 60%%;
}
#youtube {
	background-color: white;
	color: red;
	float: right;
}
#limited {
	background-color: green;
	color: white;
}
#limited:hover {
	background-color: red;
	color: blue;
}