/* Default CSS Stylesheet for a new Web Application project */

BODY
{
	font-weight: normal;
	font-size: 1em;
	word-spacing: normal;
	text-transform: none;
	font-family: Verdana, Helvetica, sans-serif;
	letter-spacing: normal;
	background-color: white;
}
A:link
{
	font-weight: normal;
	font-size: 1em;
	word-spacing: normal;
	text-transform: none;
	color: red;
	font-family: Verdana, Helvetica, sans-serif;
	letter-spacing: normal;
	background-color: white;
	text-decoration: underline;
}
A:hover
{
	font-weight: normal;
	font-size: 1em;
	word-spacing: normal;
	text-transform: none;
	color: red;
	font-family: Verdana, Helvetica, sans-serif;
	letter-spacing: normal;
	background-color: white;
	text-decoration: underline;
}
A:active
{
	font-weight: normal;
	font-size: 1em;
	word-spacing: normal;
	text-transform: none;
	color: red;
	font-family: Verdana, Helvetica, sans-serif;
	letter-spacing: normal;
	background-color: white;
	text-decoration: underline;
}
A:visited
{
	font-weight: normal;
	font-size: 1em;
	word-spacing: normal;
	text-transform: none;
	color: red;
	font-family: Verdana, Helvetica, sans-serif;
	letter-spacing: normal;
	background-color: white;
	text-decoration: underline;
}
TR
{
	font-weight: normal;
	font-size: 0.6em;
	word-spacing: normal;
	text-transform: none;
	font-family: Verdana, Helvetica, sans-serif;
	letter-spacing: normal;
	background-color: white;
}
INPUT
{
	font-weight: normal;
	font-size: 1em;
	word-spacing: normal;
	text-transform: none;
	font-family: Verdana, Helvetica, sans-serif;
	letter-spacing: normal;
	background-color: white;
}
FORM
{
	font-weight: normal;
	font-size: 1em;
	word-spacing: normal;
	text-transform: none;
	font-family: Verdana, Helvetica, sans-serif;
	letter-spacing: normal;
	background-color: white;
}
