p, td {
	color: black;
	font-size: 12px;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	}

/* link styles */

a	{
	color: black;
	text-decoration: none;
	}
a:hover {
	text-decoration: underline;
	}
.textlink {
	text-decoration: underline;
	}
	
/* general styles */	
	
.normal {
	color: black;
	font-size: 12px;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	}
.error {
	color: red;
	}
.nav	{
	color: #666;
	font-weight: bold;
	font-size: 11px;
	line-height: 15px;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	}
.nav_active {
	color: #ff6600;
	}
.subtitle {
	color: black;
	font-weight: bold;
	font-size: 14px;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	}
.formlabel  {
	color: black;
	font-weight: 600;
	font-size: 12px;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	}
	
/* display styles */	
	
.motivation {
	color: black;
	font-size: 12px;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	}
.message  {
	color: black;
	font-weight: bold;
	font-size: 18px; font-family: Verdana, Helvetica, Arial, sans-serif;
	text-align: center;
	padding: 5px;
	}
.name {
	color: #999;
	font-weight: 900;
	font-size: 32px;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	}
.email {
	color: black;
	font-weight: bold;
	font-size: 16px;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	}
.team {
	color: #666;
	font-weight: 900;
	font-size: 18px;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	}
.purple {
	color: #9900CC;
	font-weight: 900;
	font-size: 24px;
	}
.orange {
	color: #FF9900;
	font-weight: 900;
	font-size: 24px;
	}
.blue {
	color: #0099FF;
	font-weight: 900;
	font-size: 24px;
	}
.spacer {
	color: #999;
	font-weight: 900;
	font-size: 24px;
	}	

/* message styles */

.msgpurple {
	color: #9900CC;
	font-weight: bold;
	font-size: 14px;
	}
.msgorange {
	color: #FF9900;
	font-weight: bold;
	font-size: 14px;
	}
.msgblue {
	color: #0099FF;
	font-weight: bold;
	font-size: 14px;
	}
.msgspacer {
	color: black;
	font-weight: bold;
	font-size: 14px;
	}