<style>
header{
    background-color:black;
    color:white;
	text-decoration: underline;
    padding:5px; 
}

h1 { 
    display: block;
    font-size: 4em;
    margin-top: 0.67em;
    margin-bottom: 0.67em;
    margin-left: 0;
    margin-right: 0;
    font-weight: bold;
	text-align:center;
}

h2 {
	font-family: "Lucida Console";
	font-size: 65px;
}

section {
    width:1200px;
/*    float:left;*/
    padding:10px;
	margin: 100px;	
	font-family: Verdana;
	color: black;
}

footer {
	position:relative;
	width:800px;
	margin-top: 7em; 
	left: -120px;
}

body{
	font-family: "Lucida Console";
	font-size: 50px;
	margin-top: 3em;
	margin-left: auto;
    margin-right: auto;
	width: 6em
}









#weblink {
	position: relative;
    top: 100px;
	left: -150px;
}


#photolink {
	position: relative;
}

#bloglink {
    position: relative;
    top: 50px;
	left: 400px;
}

#videolink {
    position: relative;
    top: 50px;
    left: -200px;
}

#projectlink {
    position: relative;
	top: 100px;
	left: 40px;
}

#contactlink {
    position: relative;
    top: 0px;
    left: 360px;
}
