body{
	font: small sans-serif;
	font-size: 13px;
margin: 24px 16px;
}
h2{
	color: green;
}
a{
    background: transparent;
    text-decoration: none;
    font-size:13px;
    font-weight: bold;
    color: #006699;	
	
}

a:visited {
        color:  #639f32;
}
a:active {
        color:  #006699;
        outline: none;
}
a.new:hover, a:hover {
        color: #ff9900;
}
hr{
	border:.3px dotted #339900;
}