Body {
  background: #ffffff;
  font-size: 14px;
  font-family: Verdana, Georgia, sans-serif;
  color: #111111;
  margin-top: 3px;
}

a:link		{color: blue; font-weight: bold; text-decoration: none;}
a:active	{color: blue; font-weight: bold; text-decoration: none;}
a:visited 	{color: blue; font-weight: normal; text-decoration: none;}
a:hover 	{color: blue; text-decoration: underline;}

a.onwhite:link		{color: brown; font-weight: bold; text-decoration: none;}
a.onwhite:active	{color: brown; font-weight: bold; text-decoration: none;}
a.onwhite:visited 	{color: brown; font-weight: normal; text-decoration: none;}
a.onwhite:hover 	{color: brown; text-decoration: underline;}

.padded-text
{
margin-top: 4px;
margin-bottom: 4px;
}

.boxed
{	
border-bottom-width: 1px; 
border-top-width: 1px; 
border-left-width: 1px; 
border-right-width: 1px; 
border-style: solid;	
border-color: #222222;
}

.boxedtop
{	
border-bottom-width: 1px; 
border-top-width: 1px; 
border-left-width: 1px; 
border-right-width: 1px; 
border-style: solid;	
border-color: #ffff99;
}

.boxedmiddle
{	
border-bottom-width: 1px; 
border-top-width: 0px; 
border-left-width: 1px; 
border-right-width: 1px; 
border-style: solid;	
border-color: #ffff99;
}

.boxedbottom
{	
border-bottom-width: 1px; 
border-top-width: 0px; 
border-left-width: 1px; 
border-right-width: 1px; 
border-style: solid;	
border-color: #222222;
font-size: 11px;
}

.title  {
  color: #ffffff;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
}

.ondark  {
  color: #ffffff;
/*  font-size: 14px;
   font-weight: bold; */
}

.whitenote  {
  color: #ffffff;
  font-size: 14px;
  font-weight: bold;
}

.content  {
  color: #111111;
  font-size:13px;
}

/*---  Paragraph formatting in weblog entries ---*/

p {
/*  font-family: verdana,trebuchet,sans-serif; */
/* font-size:   11px;  */
 margin-top: 2px;
 margin-bottom: 2px;
 font-weight: normal;
 text-align:  left;
}
