/* CSS Document */

#content {
	margin: 0 auto;
	font-family: "Arial", sans-serif;
	font-size: 12pt;
	line-height: 125%;
	color: #000;
}

h1 {
	font-weight: bold;
}

#projects ul {
	list-style-type: disc;
	list-style-position: inside;
	margin-left: 25px;
}

#projects ul a {
	text-decoration: none;
	line-height: 150%;
	color: #000;
}

#projects ul a:hover {
	color: #F00;
	font-style: italic;
}

#other_projects ul {
	list-style-type: square;
	list-style-position: inside;
	margin-left: 25px;
}

#other_projects ul a {
	text-decoration: none;
	line-height: 150%;
	color: #000;
}

#other_projects ul a:hover {
	color: #F00;
	font-style: italic;
}


#footer img{
	padding-bottom: 25px;
}
	



