body, td, h2, input, textarea {
		margin: 				0px;
		font-family: 			"century gothic", arial, sans-serif;	
		font-size: 10pt;
		line-height: 12pt;
		color: #000000;
}

body {
		background-color: #ffffff;
		overflow: auto;
		z-index:-2;
}
#container {
		/*border: 5px solid white;*/
		position: absolute;
		margin: 0px;
		padding: 0px;
		z-index: 10;
		width: 100%;
		height: 100%;
		vertical-align: middle;
		text-align: center;
}
td {
		padding: 10px 5px 5px 10px;
}
#bottoms {
		text-align: center;
		font-size: 8pt;
}
#content {
}

a:link, a:visited, a:hover {
 		color: #99aaff;
		text-decoration: none;
}
a:hover {
		color: #ccddff;
}

.projectimg {
		border: 2px solid #99aaff;
		float: left;
		margin-right: 10px;	
}
.prop {
		font-weight: bold;
}