a:link	 	{
			color:black;
			font-weight:bold;
			text-decoration: none;
			}
a:visited 	{
			text-decoration: none; 
			font-weight:bold;
			}
a:hover 	{
			color:red;
			font-weight:bold;
			text-decoration: none; 
			}
a:active 	{
			color:red;
			font-weight:bold;
			text-decoration: none; 
			}
body		{
			background-color: #EEEEEE;
			margin:20px 30px 20px 30px;
			font-family: Verdana, Arial, Helvetica, sans-serif;
			font-style: normal;
			font-weight: normal
			}
