body {
	font-size: 14px;
	font-family: 'Trebuchet MS', Helvetica, Tahoma, Arial, Sans;
	margin: 20px 20px 20px 20px;
	background-color: gray;
	color: white;
}

.content {
	background-color: white;
	border: 1px solid black;
	padding: 0px 20px 20px 20px;
	color: black;
}
  
.footer {
	padding: 0px 3px 0px 3px;
}
  
table {
	padding: 0;
	margin: 0;
	width: 100%;
	text-align: center;
}
  
img {
	border: 0;
}
  	
.photo {
	border: 1px solid black;
	margin: 0 10px 0 0;
	width: 200px;
	float: left;
}
  
p {
	font-size: 14px;
	font-family: Sans;
	text-align: left;
	vertical-align: top;
	padding: 0px 30px 0px 30px;
}
	
li {
    font-family: Sans;
    font-size: 14px;
}

h1, h2, h3 {
	padding: 0px 30px 0px 30px;
	font-family: 'Trebuchet MS', Helvetica, Tahoma, Arial, Sans;
	font-weight: normal;
}

h3 {
	font-weight: bold;
}
  
td {
	vertical-align: top;
	width: 50%;
}
  
.project {
	font-weight: normal;
	padding: 0; margin: 0;
}
  	
.si {
	color: #0070e0;
}
  
a:link {
	color: black;
	text-decoration: underline;
}
    
a:visited {
	color: black;
	text-decoration: underline;
}
    
a:active {
	color: black;
	text-decoration: underline;
}

tt {
	font-size: 0.8em;
}

