@charset "utf-8";
/* CSS Document */

body,div{ 
	margin:0;
	padding:0;
}
ol,ul {
	list-style:circle;
}

.list_top{padding:10px; border: 1px solid #999;}
/*hide elements*/
#header,#footer,#sidebar1,img,#skipnav{display:none;}
#maincontent{width:900px;border:none;}
#maincontent ul,ol{list-style:circle;}

/* show href */
a:link:after,
a:visited:after {
  content: " (" attr(href) ") ";
  font-size: 90%;
}

/*appende /tau*/
#content a[href^="/"]:after {
   content: " (http://www.talkaboutyou.org" attr(href) ") ";
   }

body {
   font: 1.3em Georgia, "Times New Roman", Times, serif;
   color: #000; 
}

h1,h2,h3,h4,h5,h6 {
   font-family: Helvetica, Arial, sans-serif;
   color: #000;
}
h1 { font-size: 200%; }
h2 { font-size: 175%; }
h3 { font-size: 135%; }
h4 { font-size: 100%; font-variant: small-caps; }
h5 { font-size: 100%; }
h6 { font-size: 90%; font-style: italic; }
