body { 
   font-family: arial, helvetica, sans-serif;
   background: white url(http://www.genesis-ds.com/images/background.jpeg) repeat-y top center;
   color: #000000;
   margin-left:20px;
   margin-right:20px
}

h1 {
   font-family: arial, helvetica, sans-serif;
   font-size:large;
   text-align: right;
   margin-bottom: 0.2em;
}
h2 {
   font-family: arial, helvetica, sans-serif;
   color: #666666;
   font-size:medium;
   margin-bottom: 0.5em;
}
h3, h4, h5, h6 {
   font-family: arial, helvetica, sans-serif;
}
p,td {
   font-family: arial, helvetica, sans-serif;
   color: #000000;
   font-size:small
}

.sel { color: #0000AA ;
   font : bold
}
.nosel { color: #0000FF ;
}

A:link	{
	}
A:visited	{
	}
A:hover	{
	text-decoration: underline;
	}
A.greylink	{
	color: #AAAAAA;
	font-size: x-small;
	}
A	{
	color: #4466FF;
	text-decoration: none;
	}