/*
*   Yellow Crayon Style Sheet #2
*
*/

a { 
	color:darkblue;
	text-decoration: none; 
	} /* a (hyperlinks) */

a:hover { 
	color:orange;
	text-decoration: none; 
	} /* a (hyperlinks) */

body {
	font-family: verdana, helvetica, arial, sans-serif;
	font-size: 10pt;
	color: rgb(0,0,128);
	background-color: rgb(240,240,248);
	margin-top: 0px;
	margin-left: 6px;
	} /* body */

p {
	font-size: 10pt;
/*	margin-bottom: 0;
	margin-top: 0;
*/	} /* p */

ul {
	font-size: 10pt;
	text-indent: 0;
	} /* li */

td {
	vertical-align: top;
	font-size: 10pt
	} /* td */

span.freename {
	font-weight: bold;
	color: rgb(0,153,0);
	} /* span.freesw */
/*
*   End of Yellow Crayon Style Sheet #1
*
*/

