/*The Ark style sheet*/
a{
	color: #006600;
	text-decoration: none;
}
#defaultcont a:hover, #storycont a:hover{
	color: #00CC00;
	border-bottom: 1px solid #99FF99;
}
#defaultcont p{
	margin: 0px 0px 10px 0px;
}
h1{
font-size:200%;
}
h2{
font-size:130%;
font-weight:800;
padding:0px;
margin: 0px;
}
h3{
font-size:140%;
font-weight:400;

}
#defaultcont h4{
padding:0px;
font-size:100%;
font-weight:600;
margin: 0px;
}
h5{
font-size:90%;
margin: 0px;
padding:0px;
}
h6{
	font-size: 90%;
	font-weight: 600;
}
ul{
margin:0px 0px 10px 0px;
padding:0px;
}
li{
list-style: none outside none;
margin-left:15px;
}
h2,h4{
color:#090;
margin:10px 0px 0px 0px;
background:white;
}
h1,h3{
color: #006600;
margin:10px 0px 0px 0px;
background:white;
}

#exthead{
background:url(/rn/talks/img/exthead.gif);
}
#defaultcont, #storycont {
margin: 0px 10px;
}
#storycont{
	padding-bottom: 10px;
}
#defaultcont h3{
	margin-bottom: 12px;
}