* {
padding: 0;
margin: 0;
border: 0;
text-align: justify;
text-justify: inter-word;
line-height: 110%;
}


h1 {
	font-size: 72px;
	margin-top: 3px;
}

h2 {
	font-size: 22px;
	margin: 3px 0px;

}

h3 {
	font-size: 18px;
}

p {
	font-size: 18px;
}

a {
	color: black;
}

body {
	background-color: #fcfcfc;
	width: 1000px;
}

#title {
	position: absolute;
	top: 280px;
	left: 100px;
	background-color: #fcfcfc;
}


/*
#title h1:hover {
	border-bottom: 1px dotted #3c2f7e;
}
*/


#menu {
	position: absolute;
	top: 310px;
	left: 682px;
}

#menu h2 a{
	text-decoration: none;
	color: #000;
	border-bottom: 3px solid;
}


#menu h2 a:hover{
	text-decoration: none;
	border-bottom: 3px dotted;
	border-bottom-color: inherit;
}


#contact {
	position: absolute;
	top: 115px;
	left: 535px;
	width: 455px;
	margin: 5px;
	border-bottom: 3px solid #cc3188;
}

#contact p {
	margin-bottom: 5px;
	padding-bottom: 10px;
}

#projects {
	position: absolute;
	top: 410px;
	left: 523px;
	width: 480px;
	border-left: 3px solid #004080;
	margin: 5px;
}

#projects p {
	margin-left: 10px;
	padding: 5px;
}

#about {
	position: absolute;
	top: 80px;
	left: 95px;
	width: 420px;
	border-right: 3px solid #5595e5;
	margin: 5px;
}

#about p {
	margin: 5px;
	padding-right: 10px;
}

#updates {
	position: absolute;
	top: 395px;
	left: 95px;
	width: 420px;
	border-top: 3px solid #2fd8b9;
	margin: 5px;
}

#updates p, h2, h3 {
	margin-top: 10px;
	padding: 5px;	
}