/* Default CSS Stylesheet for a new Web Application project */

a:hover 
{
	font-family: Times New Roman; 
	text-decoration: none; 
	font-size: 12pt
}

a:link 
{
	font-family: Times New Roman; 
	font-size: 12pt
}

a:visited 
{
	font-family: Times New Roman; 
	font-size: 12pt; 
	color: #0000FF
}

a:active 
{
	font-family: Times New Roman; 
	font-size: 12pt; 
	text-decoration: none; 
	color: #FF0000
}