/* Style Sheet for Low carb site*/

body {font-family: verdana, times, sans-sarif;
      font-size: 12pt;
      background-color: #A856FF;					
      color: #000000;
      scrollbar-base-color: #000063;
      scrollbar-arrow-color: #ffffff;
      scrollbar-face-color: #a856ff; 
      margin-top: 15px;
      /*background-image: url(pics/bg.gif);*/	
			}

/*the Welcome to.. */
.enter {text-align: center;
        font-family: cursive;
	font-weight: bolder;				
       }

/*Boxes out the main text*/
.frame {
      border-width: 5px;
      border-color: white;
      border-style: solid;
      border-padding: 0.5em;
      margin: 0.2in;
			}
			
P     {margin: .5em;
       padding: 0.45em;
			 }	
h1     {margin-bottom: -5px;
        margin-top: -10px;
	text-align: center;}
				
h2     {font-weight: bold;
	text-align: center;
	margin-top: -10px;
        margin-bottom: -15px;}

h3      {text-align: left;
         font-family: times;}
				 			 
.heading {font-family: san serif;
        font-weight: bold;
	color: #636363;
	font-size: 1.2em;
	text-align: left;
	}

span.date  {font-size: .8em;
            font-style: italic;
            font-weight: bolder}  
						
span.bold {font-weight: bolder; }



.footer {font-size: .85em;
         font-family: arial;
	 text-align: center;
	 }
				 
a:link    {color: #ffffff;}
a:visited {color: #000063;}
a:active  {color: #ff0000; 
           background-color: #ffff00;}
a:hover   {background-color: #ffffff; 
           color: #000000;}
					 
.navbar  {font-size: 10pt;
	  text-align: center;}

/*page numbers on the nav frame*/		
.pages   {font-size: .85em;
	  text-align: center;}	

/*style for tables = chart.htm and navigation*/
/*table   {background-image: url(pics/bg.gif);} */
th    {font-size: 12pt;
       font-family: arial;
  		 color: #000063;					
			 text-align: center;
	         }
tr 	{font-size: 10pt;
     font-family: Times;
  	 color: #000000;					
		 text-align: center;
	         }
