/* CSS Document */


/* basic elements */
body { 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	color: #000000; 
	background-color: #FFFFFF;
	margin: 0px; 
}
	
.maintext {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	text-decoration: none; 
	color: #000033;
	font-size: 10px;
	line-height: 1.5;
}

.maintext a { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none; 
	color: #000033;
	font-size: 10px;
	font-weight: bold;
}

.maintext a:visited { 
	color: #000033;
	text-decoration: none;
	font-size: 10px;
	font-weight: bold;
}

.maintext a:hover { 
	color: #000033;
	text-decoration: underline;
	font-size: 10px;
	font-weight: bold;
}

.maintext_bold {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	text-decoration: none; 
	color: #000033;
	font-size: 10px;
	font-weight: bold;
	line-height: 1.5;
}
	
.portfolio_head {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	text-decoration: none; 
	color: #000033;
	font-size: 20.5px;
	line-height: 1.5;
}

.address a { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none; 
	color: #000033;
	font-size: 9px;
	font-weight: bold;
}

.address a:visited { 
	color: #000033;
	text-decoration: none;
	font-size: 9px;
	font-weight: bold;
}

.address a:hover { 
	color: #000033;
	text-decoration: underline;
	font-size: 9px;
	font-weight: bold;
}
		
.linklist { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none; 
	color: #666666;
	font-size: 11px;
	font-weight: bold;
}

.projectlist a { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none; 
	color: #666666;
	font-size: 9px;
	font-weight: bold;
}

.projectlist a:visited { 
	color: #666666;
	text-decoration: none;
	font-size: 9px;
	font-weight: bold;
}

.projectlist a:hover { 
	color: #666666;
	text-decoration: underline;
	font-size: 9px;
	font-weight: bold;
}
	
.resume_head {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	text-decoration: none; 
	color: #000033;
	font-weight:bold;
	font-size: 14px;
	line-height: 1.5;
}