BODY {
	font-size: 12px;
	font-family: Arial, Helvetica, Verdana, sans serif;
	padding: 0px 0px 0px 0px;
	background-color: #FFFFFF;
	margin: 0px 0px 0px 0px;	/* top right bottom left */
}

IMG { 
	border: 0px; 
}

H1,H2,H3,H4,H5,H6 {
	line-height: 100%; 
	margin: 1px 0px;  
}


/* links */
A:link {text-decoration: none;  color: #3a5b7b; }
A:visited { text-decoration: none; color: #3a5b7b; }
A:hover { color: #3a5b7b; }
A:active {
	text-decoration: bold;
	color: #3a5b7b;
}


/* Navigation */

.head {
  font-style: normal;
  font-weight: bold;
  font-size: 12px;
  text-decoration: none;
  text-transform: capitalize;
  letter-spacing: 1px;
  vertical-align: middle; 
}
.head A:link { text-decoration: none; color: #FFFFFF;}
.head A:visited { text-decoration: none; color: #FFFFFF;}
.head A:hover { text-decoration: underline; color: #FFFFFF;}

.foot {
  text-decoration: none;
  color: #000000; 
  font-size: 10px;
  text-indent: 20px;
}
.foot A:link { text-decoration: none; color: #3a5b7b;}
.foot A:visited { text-decoration: none; color: #3a5b7b;}
.foot A:hover { text-decoration: underline; color: #5a7b9b;}

/* Resume elements */

.sectionHead {
	font-size: 15px;
	font-weight: bold;
	font-variant: small-caps;
	/*  text-transform: uppercase; */
 	color: #3a3a3a;
	font-family: Arial, Helvetica, Verdana, "sans serif";
	margin-left: 20px;
}

.scriptingHead {
	font-size: 16px;
	font-weight: bold;
	font-variant: small-caps;
	color: #3a3a3a;
	margin-left: 20px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-style: normal;
	line-height: normal;
	text-transform: none;
	text-align: center;
	max-width: 760px;
}

.unityHead {
	font-size: 15px;
	font-weight: bold;
	font-variant: small-caps;
	/*  text-transform: uppercase; */
 	color: #3a3a3a;
	font-family: Arial, Helvetica, Verdana, "sans serif";
	margin-left: 20px;
	text-align: center;
}

.itemHead {
  font-size: 13px;
  font-weight: bold;
  color: #3a3a3a;
  font-family: Arial, Helvetica, Verdana, "sans serif";
}

.itemInfo {
  font-size: 12px;
  font-weight: normal;
  color: #3a3a3a;
  font-family: Arial, Helvetica, Verdana, "sans serif";
}

.itemDetail {
  font-size: 11px;
  font-weight: normal;
  text-indent: 10;
  color: #3a3a3a;
  font-family: Arial, Helvetica, Verdana, "sans serif";
}

/* Page elements */

.pgtitle,H1 {
	font-size: 12px;
	font-weight: bold;
	text-decoration: bold;
	text-transform: uppercase;
	margin-top: 0px;
	margin-bottom: 4px;
	color: #000000;
	line-height: 98%;
	letter-spacing: 2px;
}

.bodytext {
  font-size: 12px;
  color: #0e0e0e;
  font-family: Arial, Helvetica, Verdana, "sans serif";
  margin-left: 10px;
  max-width: 760px;
}

.bodytextSmall {
  font-size: 10px;
  color: #3a5b7b;
  font-family: Arial, Helvetica, Verdana, "sans serif";
}

.bodyhead {
  font-size: 12px;
  font-weight: bold;
  color: #3a5b7b;
  font-family: Arial, Helvetica, Verdana, "sans serif";
}

.footer {
  font-size: 9px;
  color: #3a3a3a;
  font-family: Arial, Helvetica, Verdana, "sans serif";
  text-indent:10px;
}

.code {
  font-size: 12px;
  color: #414141;
  background-color: #dedede;
  white-space:nowrap;
  font-family: Courier
}

.codeHead {
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  text-decoration: none;
  letter-spacing: 1px;
  vertical-align: middle; 
  font-family: Courier
}

.codeEven {
  font-size: 12px;
  color: #414141;
  background-color: #ffffff;
  white-space:nowrap;
  font-family: Courier
}

.unityPlayer {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	background-color: white;
	color: black;
	text-align: center;
	cursor: default;
	height: 600px;
	width: 960px;
}
