/*Default Parameters for  Sheljor Documents: Font size, family, and body width. Sets defaut colour and style for hypertext links, background and text colour.*/

BODY			{	background-image:		url(shelbg.gif);
						font-size:					14pt;
					 	font-family:				Times, Arial, helvetica, Sans-serif;
						color:							Black;		}

A					{	text-decoration:			none;			}
A:link			{	color:							#0000ff;		}
A:visited		{	font-style:					normal;
						color:							#0000ff;	}		
A:link			{	font-style:					italic;
						color:							#3479ff;		}   
