/*
Main Signtec CSS file for the signtec.dk domain
*/

html, body {
	width: 100%;
	margin: 0px;
	padding: 0px;
	background: #ffffff;
}

a.none {
	text-decoration: none;
	border: 0px;
}

a.menupunkt-valgt {
	text-decoration: underline;
	color: #1162ae;
}

a.menupunkt {
	text-decoration: none;
	color: #1162ae;
}

a.menupunkt:hover {
	text-decoration: underline;
}

/* P */

p {
	font-family: "Verdana", "Helvetica";
	color: #333333;
	font-size: 14px;
	line-height: 18px;
	padding: 0px;
	margin: 0px;
}

