
/*#body,th,td,div,p,h1,h2,li,dt,dd {
	font-family: Times, "Times New Roman", serif;
}*/


/* General: Tags */

body {
	background: $bgcolor;
	color:      $textcolor;
	font-size: medium;
}



h1, h2, h3, h4, h5, h6 {
	margin-top: 0px
	margin-bottom: 0px;
	color: $attncolor;
	text-decoration: none;
	font-size: large;
	font-weight: bold;
	text-align: center !important;

}

ins {
	color: $attncolor;
	font-weight: none;
	text-decoration: underline;
}

del {
	color: rgb(100%, 0, 0);
	text-decoration: line-through;
}

img {
	border-style: none;
	padding-left: 4px;
	padding-right: 4px;
}


a:link {
	color: $linkcolor;
	text-decoration: none;
}

a:visited {
	color: $vlinkcolor;
	text-decoration: none;
}

a:hover {
	color: $hovercolor;
	text-decoration: none;
}

.heading, .heading:link, .heading:visited {
	color: $attncolor;
	text-decoration: none;
	font-weight: bold;

}
