<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Default CSS Stylesheet for a new Web Application project */

A img
{
      border:none
}
.BodyMain
{
	font-family:Arial;
	font-size:12px;	
	color:Gray;
}
.HeaderText
{
	font-family:Arial;
	font-size:24px;
	color:Gray;
}</pre></body></html>