html {
height:100%; /* fix height to 100% for IE */
max-height:100%; /* fix height for other browsers */
padding:0; /*remove padding */
margin:0; /* remove margins */
border:0; /* remove borders */
background:#fff; /*color background - only works in IE */
font-size:13px; /*set default font size */
font-family:"trebuchet ms", tahoma, verdana, arial, sans-serif; /* set default font */
font-weight:bold;
/* hide overflow:hidden from IE5/Mac */
/* \*/
/*overflow:hidden; get rid of scroll bars in IE */
/* */
}
body {
height:100%; /* fix height to 100% for IE */
max-height:100%; /* fix height for other browsers */
/*overflow:hidden; get rid of scroll bars in IE */
padding:0; /*remove padding */
margin:0; /* remove margins */
border:0; /* remove borders */
}

.displaynone {
  display: none;
}

.g1
{
  font-family: 'Parisienne', cursive;
}


a {text-decoration: none;}
a:link    {color: #6699FF;}
a:visited {color: #6699FF;}
a:active  {color: #6699FF;}
a:hover   {color:#6699FF; text-decoration: underline }