/* This file created by makealbum v1.0 (C) 2004 Radha Venkat */
body    {
	color           : silver;
        background      : black;
        font-family     : arial,sans-serif;
        font            : 16px;
        margin          : 0;
        margin-left     : 5px;
        margin-right    : 5px;
	}
a       {
	color		: silver;
	cursor          : pointer;
        text-decoration : none;
	}
a:hover {
	color           : lemonchiffon;
	}
img     {
	cursor          : pointer;
	}

