body
{
	overflow-y: scroll;
    background-color: #404040;
    font-family: Arial, Helvetica, sans-serif;
}

a:link
{
	color: #0000CC;
	text-decoration: none;
}

a:visited
{
	color: #0000CC;
}

a:hover, a:active
{
	color: #CC0000;
}

a[href^="mailto"] { color: lightblue; }
a[href^="mailto"]:hover { color: #FFC973; }
a[href^="mailto"]:hover:active { color: darkgray; }

.featuredCell
{
	width: 270px;
    margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 125px;
	margin-right: 5px;
    display: inline-block;
    font-size: 80%;
	vertical-align: top;
}



.featuredCellTitle
{
    font-weight: bold;
    font-size: 150%;
    margin-left: 5px;
    margin-bottom: 10px;
    display: inline-block;
}

.featuredCellTitle a:link
{
    color: #333333;
	text-decoration: none;
}

.featuredCellTitle a:visited
{
	color: #333333;
}

.featuredCellTitle a:hover, a:active
{
	color: #AAAAAA;
}

.featuredCellImage
{
	width: 300px;
    height: 180px;
    border: 3px solid;
}

.projectCell
{
    width: 270px;
    margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	margin-right: 5px;
    display: inline-block;
    font-size: 80%;
	vertical-align: top;
}

.projectCell hr
{
    border: 1px solid;
    border-color: #6C747A;
}

.projectCellTitle
{
    font-weight: bold;
    font-size: 120%;
    margin-top: 6px;
    display: inline-block;
}

.projectCellTitle a:link
{
    color: #333333;
	text-decoration: none;
}

.projectCellTitle a:visited
{
	color: #333333;
}

.projectCellTitle a:hover, a:active
{
	color: #AAAAAA;
}

a img
{
    border: 0px;
}

.projectCellImage
{
    width: 270px;
    height: 150px;
    border: 1px solid;
    border-color: #000000;
}

#page
{
	max-width: 900px;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
	/* padding: 20px; */
}

#header
{
    color: #FFFFFF;
    font-size: 130%;
    margin-left: 20px;
}

#headerLinks
{
    float: right;
    margin-right: 20px;
}

#headerLinks a:link
{
	/*color: #FFFFFF;*/
	color: lightblue;
	text-decoration: none;
}

#headerLinks a:visited
{
	/*color: #FFFFFF;*/
	color: lightblue;
}

#headerLinks a:hover
{
	color: #FFC973;
}

#headerLinks a:active
{
	color: darkgray;
}

#content
{
    background-color: #FFFFFF;
    margin-top: 20px;
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
	padding: 20px 30px 20px 30px;
    border: 0px;
	border-radius: 10px;
}

#contentRow
{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

#contentTitle
{
	font-weight: bold;
	font-size: 130%;
	margin-bottom: 10px;
	text-align: center;
}

#footer
{
    color: #FFFFFF;
}

#contact
{
	float: right;
	text-align: right;
	margin-right: 20px;
	margin-bottom: 40px;
}

#footerContent
{
	float: left;
	margin-left: 20px;
	margin-bottom: 40px;
}

#center
{
	text-align: center;
}