body {
    font-family: arial;
    color:black;
	background-image: url(../pix/bg.jpg);
	background-attachment:fixed;

}

  h1 {
    font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; 
	font-size:18px;
	
}



a:link { font-weight:normal; color:white; text-decoration:none; }
a:visited { font-weight:normal; color:silver; text-decoration:none; }
a:focus { font-weight:normal; color:red; text-decoration:underline; }
a:hover { font-weight:normal; color:red; text-decoration:none; }
a:active { font-weight:normal; color:lime; text-decoration:underline; }


a.content:link { font-weight:normal; color:black; text-decoration:none; }
a.content:visited { font-weight:normal; color:grey; text-decoration:none; }
a.content:focus { font-weight:normal; color:red; text-decoration:underline; }
a.content:hover { font-weight:normal; color:red; text-decoration:none; }
a.content:active { font-weight:normal; color:black; text-decoration:underline; }