/* Specify blanket rules for all elements */ 
body { 
    font-family: 'Arial',sans-serif;
    font-size: 10px;
    line-height: 13px;
    color: #000;
    margin: 45px;
    background-color: #fff;
}
    
    
/* Rules for links */ 
a:link, a:hover, a:active, a:visited { 
    color: #000;
    text-decoration: none;
} 
  
a img {
	border: none; 
}

#masthead {
	font-size: 24px;
	margin-bottom: 8px;
}


/* Rules for headings */ 
h1 { 
    font-size: 21px;
    font-weight: normal;
    margin: 30px 0px 5px 0px;
    padding: 0;
    } 
h2 { 
    font-size: 18px;
    font-weight: bold;
    margin: 0;
    padding: 0;
  } 
h3 { 
    font-size: 10px;
    font-weight: bold;
    margin: 0;
    padding: 0;
  }

/* Invisible Elements */

#sitenav, #anylinkmenu, #sublinks, #footer, hr, .previewbutton, .btnprevproj, .btnnextproj, .porttitle, #portcontainer h3 {
	display: none;
}

/* Other style */

ul {
	padding: 0px 0px 0px 15px;
	margin: 0 0 15px 0; 
}

.resumetext {
	margin: 15px 0px 15px 0px;
}

.resumedate {
	font-size: 8px;
}

#printinfo {
	font-size: 8px;
	font-weight: bold;
	margin-bottom: 45px;
}
