.home {
  position:absolute;
  left:460px;
  top:58px;
  font-family: Arial
  color: rgb(0, 0, 0);
  background-color: white;
  font-size: 0.95em;
}
.about {
  position:absolute;
  left:525px;
  top:58px;
  font-family: Arial
  color: rgb(0, 0, 0);
  background-color: white;
  font-size: 0.95em;
}
.services {
  position:absolute;
  left:585px;
  top:58px;
  font-family: Arial
  color: rgb(0, 0, 0);
  background-color: white;
  font-size: 0.95em;
}
.projects {
  position:absolute;
  left:660px;
  top:58px;
  font-family: Arial
  color: rgb(0, 0, 0);
  background-color: white;
  font-size: 0.95em;
}
.contact {
  position:absolute;
  left:725px;
  top:58px;
  font-family: Arial
  color: rgb(0, 0, 0);
  background-color: white;
  font-size: 0.95em;
}
a:link {
    text-decoration: none;
    color: #000000;
}
a:visited {
    text-decoration: none;
    color: #000000;
}
a:hover {
    text-decoration: none;
    color: #000000;
}
a:active {
    text-decoration: none;
    color: #000000;
}
body {
	padding-left: 2em;
	font-family: Arial
}
hr {
    border: none;
    height: 1px;
}
abt { /* "About" headings */
 font-family: Arial;
  color: rgb(150, 35, 60);
  background-color: white;
  font-size: 1.8em;
}
abt2 { /* "About" headings with smaller text */
 font-family: Arial;
  color: rgb(150, 35, 60);
  background-color: white;
  font-size: 1.4em;
}
srv { /* "Services" headings */
 font-family: Arial;
  color: rgb(62, 116, 125);
  background-color: white;
  font-size: 1.8em;
}
srv2 { /* "Services" headings with smaller text */
 font-family: Arial;
  color: rgb(62, 116, 125);
  background-color: white;
  font-size: 1.4em;
}
prj { /* "Projects" headings */
 font-family: Arial;
  color: rgb(196, 188, 47);
  background-color: white;
  font-size: 1.8em;
}
prj2 { /* "Projects" headings with smaller text */
 font-family: Arial;
  color: rgb(196, 188, 47);
  background-color: white;
  font-size: 1.4em;
}
ctct { /* "Contact" headings */
 font-family: Arial;
  color: rgb(166, 122, 69);
  background-color: white;
  font-size: 1.8em;
}
ctct2 { /* "Contact" headings with smaller text */
 font-family: Arial;
  color: rgb(166, 122, 69);
  background-color: white;
  font-size: 1.4em;
}
