.rubrik {
	font-family: "Trebuchet MS";
	font-size: 16px;
	color: #8096E1;

}
.text {
	font-family: "Trebuchet MS";
	font-size: 12px;
	text-decoration: none;
}
.links {
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
	height: auto;
	width: auto;
	border: none;
}
.links2 {
	font-family: "Trebuchet MS";
	font-size: 13px;
	font-style: normal;
	color: #333333;
	text-decoration: none;
	height: auto;
	width: auto;
    a-hover: text-decoration underline;

}
.box {
	background-color: #CCD3F2;
	height: auto;
	width: 150px;
	list-style-type: none;
	border-top: 1px dotted #999999;
	border-right: 1px none #999999;
	border-bottom: 1px dotted #999999;
	border-left: 1px none #999999;


}
.box1 {
	height: auto;
	width: auto;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;

}

