body, td, pre {color:#000; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:14px; margin:8px;}
p {margin:0; padding: 0;}
h1 {font-size: 2em}
h2 {font-size: 1.5em}
h3 {font-size: 1.17em}
h4 {font-size: 1em}
h5 {font-size: .83em}
h6 {font-size: .75em}
img {border:0;}
table {cursor:default}
table td, table th {cursor:text}
ins {border-bottom:1px solid green; text-decoration: none; color:green}
del {color:red; text-decoration:line-through}
cite {border-bottom:1px dashed blue}
acronym {border-bottom:1px dotted #CCC; cursor:help}
abbr, html\:abbr {border-bottom:1px dashed #CCC; cursor:help}
strong{
	font-weight: bold;
}

#bodyContainer{
	font-size: 14px;
	padding-top: .5em;
	padding-bottom: .5em;
}

#bodyContainer ol,#bodyContainer ul{
	list-style-image:none;
	list-style-position:inside;
	list-style-type:decimal;
	margin: 5px;
	padding: 5px;
}

.StandardOverskrift{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: black;
	background: white;
}

.StandardTekst{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: black;
	background: white;
}

.FenChessBoard table{
	margin: 3px;
	border-collapse: collapse;
	border: 2px double black;
}
.ImgAlignLeft{
	float: left;
	padding-right: 5px;
	padding-bottom: 3px;
}

.ImgAlignRight{
	float: right;
	padding-left: 5px;
	padding-bottom: 3px;
}