/**
 * You can place your custom CSS statements here
 * it is better to write everything custom here
 * because this file won't be replaced during upgrade
 * Don't forget to rename this file to "site.css"
 */
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: bold;
	color: #6966a8;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	text-align: inherit;
	margin: inherit;
}
.vedit, .hedit {
    margin:0;
	padding:0;
	border-collapse:collapse;
	border-spacing:0;
}