#navIndex
{
	color:black;
    background:#fff;
}

.TinyProjectContainer
{
	margin-top:0.5em;
	padding:1em;
	border-radius:1em;
}

.TinyProjectImage
{
	width:200px;
	float:left;
	margin-right:0.5em;
}

.TinyProjectTitle
{
	font-family: Georgia;
	font-style:italic;
	padding-bottom:0.25em;
}

.TinyProjectText
{
	font-family: Arial;
	font-size:14pt;
}

a
{
	text-decoration: none;
	color:black;
}