body {
	font-family:"Trebuchet MS",Verdana,Arial,sans-serif;
         background:url(../images/bg1.jpg) #545454 repeat-x fixed;
         color:#FFFFFF;
         font-size:18px;
         margin-left:20px;
         margin-top:30px;
         font-weight:bold;
         }

a:hover {
	text-decoration:underline;
         color:#FFFFFF;
         }

a:link {
	text-decoration:none;
         background:#545454;
         color:#FFFFFF;
         }

a:active {
	text-decoration:underline overline;
         color:#FFFFFF;
         font-variant:small-caps;
         font-style:italic;
         }

a:visited {
         color:#FFFFFF;
         }