/* Default CSS Stylesheet for a new Web Application project */

h1
{
	display: inline;
	font-size: 14px;
	color: #51193a;
	font-family: Arial;
}
A:link.othersite
{
	font-size: xx-small;
	color: #51193a;
	font-family: Arial;
}
		
A:visited.othersite
{
	
	font-size:xx-small;
	color: #51193a;
	font-family: Arial;
}	
		
A:active.othersite
{
	
	font-size: xx-small;
	color: #51193a;
	font-family: Arial;
}
A:hover.othersite
{
	
	font-size: xx-small;
	color: #51193a;
	font-family: Arial;
}