@charset "utf-8";
/* CSS Document */
#projects p {
	margin:3px;
	padding: 3px;
}
a:link {text-decoration: none}
a:visited {text-decoration: none}
a:hover {
	text-decoration: none;
	color: #AA2037;
}
a:active {text-decoration: none}
#resume p, #resume blockquote{
	margin-top:5px;	
	margin-bottom:5px;
}
.indented{
	padding-left:40px;	
}
.small {
	font-size:10px;
	color:#FFF;
	font-family:Arial, Helvetica, sans-serif;
}