@import url("../common/style.css");

img#teamphoto
{
	float: right;
	border-style: ridge;
	border-width: 3px;
	border-color: Green;
	margin: 0px 0px 15px 15px;
}

#content > p
{
	font-size: large;	
	text-align: justify;
}

#content > p.aboutname
{	
	font-size: medium;
}

#content > p.lastupdated
{
	font-size: medium;
	font-style: italic;
}

table#avatarstable
{
	margin-left: auto;
	margin-right: auto;
	border-spacing: 20px 0px;	
}

img.avatarimage
{	
	border-style: inset;
	border-color: Gray;
}

img.avatarimage:hover
{
	border-color: Aqua;
}

td.avatarcaption
{	
	color: Navy;
	font-size: large;	
	text-align: center;
}

p:hover .dotted
{
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	border-bottom-color: inherit;
}