body 		{

		margin: 0px 0px 20px 0px;
		background-image: url(images/bg.jpg);
		}

A		{ color: #099; text-decoration: none; font-weight:normal; }
A:link		{ color: #099; text-decoration: none; font-weight:normal; }
A:visited	{ color: #099; text-decoration: none; font-weight:normal; }
A:active	{ color: #fc0; font-weight:normal; }
A:hover		{ color: #fc0; text-decoration: underline; font-weight:normal; }

h1, h2, h3	{

		margin: 0px;
		padding: 0px;
		}

.content	{
		font-family: verdana, arial, georgia;
		font-size: 10pt;
		margin-left:20px;
		}

.footer		{
		font-family: verdana, arial, georgia;
		font-size: 8pt;
		margin-left:100px;
		}