/* 
Style Sheet for   edithkramer.com  
File name:        edithkramer_style_sheet_1.css 


/* Set body standards */
body      {
	  margin:20px;
	  background-color:#FFFFFF;
	  font-family:sans-serif, Arial; 
          color:#000000;
	  font-size:2em;
	  text-align:center;
	  text-decoration:none;
	  }


/* Turn off underline for all links and set the color*/
a:link    {text-decoration:none; color:#000000;}
a:visited {text-decoration:none; color:#000000;}
a:hover   {text-decoration:none; color:#000000;}
a:active  {text-decoration:none; color:#000000;}

.bgndtext {font-size:.485em;
           line-height:1.5; 
           valign:top;
           text-align:left;}

.bgndtexth{font-size:1.13em}

.blurb    {font-size:.5em;
           text-align:left;
           text-indent:.6em}

.navtext  {font-size:.555em}

.subheader {font-size:.5em}

.tabletext {font-size:.5em;
            text-align:left;}

/* Set copyright text size and style */
address   {font-size:.4em;
	   font-style:normal}