/*
CSS for GinaNoelleAsh website
*/
<!--
        a:link, a:visited
        {
            text-decoration: none;
        }
        a:hover
        {
            text-decoration: underline;
        }
        a:active
        {
            text-decoration: none;
        }
.main-content {
  max-width: 1900px;     /* Prevent overly wide content on large screens */
  min-width: 340px;      /* Ensure readability on small screens */
  width: 100%;           /* Fill available space */
  margin: 0 auto;        /* Center the container */
  padding: 0 9px;       /* Add side padding */
}

body {
   Font-family: Roboto, Tahoma, Helvetica;
   Font-style:  normal;
   Font-size:  16pt;
   line-height: 125%;
   Color: #333333;
   Link: #333333; 
   Vlink:  #333333; 
   Alink:  #333333; 
   Leftmargin: 9; 
   Marginwidth: 9; 
   Topmargin: 3; 
   Marginheight:  3; 
   Background: ;
}

-->
