@media handheld { IMG { display: none } }  /* turn off images on handheld devices */

body /* specify styles for body text */
{
	font-family: Verdana, Arial, Helvetica, san-serif; /* set font family */
	background-color: white; /* text background to white */
	color: black; /* text color to black */
	margin: 0em 0em 0em 0em; /* set margins for page body */
}
a:link /* setting the LINK text properties */
{
	color: blue; /* set link colors to blue*/
}
a:visited /* setting the VISITED LINK text properties */
{
	color: rgb(128, 0, 128) /* specifies the VISITED LINK color in RGB */
} 
a:active /* setting the ACTIVE LINK text properties */
{
	color: red; /* specifies the ACTIVE LINK color to RED */
}
h1 /* set properties for H1 Header text */
{
	font-family: Verdana, Arial, Helvetica, san-serif;
	font-weight: bold;
	font-size: 11pt;
	color: rgb(123, 130, 124);
}
h2 /* set properties for H2 Header text */
{
	font-family: Verdana, Arial, Helvetica, san-serif;
	font-weight: bold;
	font-size: 10pt;
	color: rgb(120, 153, 204); 
}
.bottomlinks /* specify style for specific <P> text in document */
{
   	font-family: Verdana, Arial, Helvetica, san-serif;
	font-size: 7.5pt;
	font-weight: normal;
}
.body /* specify style for specific <P> text in document */
{
	font-family: Verdana, Arial, Helvetica, san-serif;
	font-size: 8pt;
	line-height: 12pt;
	font-weight: normal;
}
.lnavlinks /* specify style for specific <P> text in document */
{
   	font-family: Verdana, Arial, Helvetica, san-serif;
	font-size: 8pt;
	font-weight: normal;
}
/* END OF STYLE SHEET SAMPLE */
