
body {
background-color: #99cc33;
}

#mainblock {

}


#indexpage {
  font-size: 1px;
  background: url("images/logo1.jpg");
  background-position: top;
  background-repeat: no-repeat;
  height: 480px;
  color:#99cc33;
}

#portfoliopage{
  font-size: 1px;
  background: url("images/plogo.jpg");
  background-position: top;
  background-repeat: no-repeat;
  height: 240px;
  color:#99cc33;
}

#aboutuspage{
  font-size: 1px;
  background: url("images/dlogo.jpg");
  background-position: top;
  background-repeat: no-repeat;
  height: 240px;
  color:#99cc33;
}

#contactpage {
  font-size: 1px;
  background: url("images/clogo.jpg");
  background-position: top;
  background-repeat: no-repeat;
  height: 375px;
  color:#99cc33;
}

#blogpage {
  font-size: 1px;
  background: url("images/dlogo.jpg");
  background-position: top;
  background-repeat: no-repeat;
  height: 375px;
  color:#99cc33;
  text-align: center;
}

img.contactus {
  width:100px;
  height:111px;
  border:0px;
}

img.mc {
  border:0px;
}

p.plaintext {
  color:#000000;
  font-size:18px;
  text-align:justify;
  font-weight:normal;
  margin-left:70px;
  margin-right:130px;
}

p.centertext {
  color:#000000;
  font-size:18px;
  text-align:center;
  font-weight:normal;

}

#blogblock {
  text-align: center;
  font-size: 22px;
  font-weight: bold;
}

#samples li {
  list-style-type: none;
  padding-left: 40%;
  font-size:2em;
}

a:link {
  color: #ffff00;
}

a:visited {
  color: #ff6600; 
}

a:hover {
  color: #000000;
}

a:active {
  color: #000000;  
}


table.navlinks {
  border-width: 0;
  font-size: 2em;
  font-weight: bolder;
  padding-left:20%;
  padding-top:10%;
  width:100%;
}
