/* Default CSS Stylesheet for a new Web Application project */

BODY {
	font-family : Arial, Helvetica, sans-serif;
	color : Navy;
	size : 11px;
}

a.topnav:link  { 
font-family: arial, helvetiva, tahoma, sans-serif;
font-size: 16px;
font-weight: bold;
color : Navy; 
text-decoration : none; }
a.topnav:visited  { 
color : Navy; 
text-decoration: text-decoration : none; }
a.topnav:hover  { 
color : Navy; 
text-decoration : underline; }
a.topnav:active  { 
color : Navy; 
text-decoration : none; }



