.content
	{
	margin-right:		5px;
	margin-left:		5px;
	font-family:		verdana;
	font-weight:		500;
	color:				black;
	font-size:			14px;
	}
	
.links
	{
	display:			inline;
	}
	
.links a:link
	{
	text-decoration:	underline;
	color:				#e31a1a;
	font-family:		verdana;
	font-size:			14px;
	font-weight:		700;
	}
	
.links a:visited
	{
	text-decoration:	underline;
	font-family:		verdana;
	font-weight:		700;
	color:				#e31a1a;
	font-size:			14px;
	}
	
.links a:hover
	{
	color:				black;
	}
