/* Specify blanket rules for all elements */ 
  body { 
    text-align: left;
    font-family: 'Arial',sans-serif;
    font-size: 12px;
    line-height: 16px;
    color: #000;
    margin: 20px 50px 50px 50px;
    background-color: #fff;
    }
    
/* Rules for headings */ 
h1 { 
    font-size: 36px;
    font-weight: normal;
    margin: 25px 0 25px 0;
    padding: 0 0 10px 0;
    border-bottom: 2px solid #000;
    } 
h2 { 
    font-size: 21px;
    font-weight: normal;
    margin: 30px 10 25px 0;
    padding: 20px 0 10px 0;
    border-bottom: 1px solid #000;
  } 
h3 { 
    font-size: 18px;
    font-weight: normal;
    margin: 20px 0 5px 0;
    padding: 0 0 5px 0;
  }
  
  
/* Rules for standard elements */
  
ul {
	margin: 0;
	padding: 0;
} 

p {
	padding: 0;
}
  
  
/* Rules for links */ 
a:link { 
    color: #000;
    text-decoration: none;
  } 

a:hover { 
	color: #000;
    text-decoration: none;
  }
  
a:active { 
	color: #000;
    text-decoration: none;
  }
  
a:visited { 
	color: #000;
    text-decoration: none;
  }
  
a img {
	border: none; 
}

.btnstyle {
	display: block;
	margin: 10px 0 0 0;
}

#pagecontent a:after {
	content: " (" attr(href) ")";
	font-size: 10px;
}

.containerleft .btnstyle {
	display: none;
}

.projimg {
	display: block;
	margin: 25px 0 0 0;
}


/* Footer */
#footer {
  font-size: 10px;
  color: #333;
  margin: 35px 0 0 0;
}
