html {/*  */background-image: url('gallery/');background-size: cover;background-attachment: fixed;}/*  */.page-header {background-color: #D396FF;  /* this is the colour of the header box */color: #E891A9;  /* this is the writing colour */padding: 20px;width: 700px;  /*  */margin: 0 auto;line-height: 300%;}/*  */.page-content {background-color: #D396FF;   /* this is the colour of the content box */padding: 30px;width: 700px;  /*  */margin: 0 auto;margin-top: 30px;color: #E891A9;  /* this is the writing colour */font-size: 14px;  /*  */line-height: 130%;}/*  */a:link    {color:; background-color:transparent; text-decoration:underline}a:visited {color:#E891A9; background-color:transparent; text-decoration:underline}a:hover   {color:blue; background-color:transparent; text-decoration:underline}a:active  {color:blue; background-color:transparent; text-decoration:underline}/*  */.main-menu a {background-color: #D396FF;border-color: #E891A9;font-weight: bold;display: inline-block;padding: 5px 10px;} /*  */.main-menu a:hover {background-color: #9CD7FF; /* this is the colour of the background */color: #000000;}