body
{
	background: #2c2c2c;
	background-image: url(bg-grey.gif);
	background-repeat: repeat-y;
	background-position: center;
}

.highlightit:hover img{ 
	outline: 1px dotted white
	
}

a.dark:visited,a.dark:active,a.dark:link {
    color: #FFFF99;
    text-decoration: none;
    font-weight: bold;

}

a:hover.dark {
    color: #FFFFFF;

}

a.light:visited,a.light:active,a.light:link {
    color: #FFFF99;
    text-decoration: none;

}

a:hover.light  {
    color: white;

}

