@charset "utf-8";

.tiny_font {
	font-size: 13px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #030;
}

.links_title {
	font-family: "Comic Sans MS", cursive;
	font-size: 18px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #030;
	text-decoration: none;
}

.red_title_font {
	font-family: "Comic Sans MS", cursive;
	font-size: 18px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #630;
}

.medium_title_font {
	font-family: "Comic Sans MS", cursive;
	font-size: 30px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	color: #030;
}

.cell_border {
	border: thin groove #090;
}

.main_font_bold {
	font-family: "Comic Sans MS", cursive;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: small-caps;
	text-transform: none;
	color: #000;
}

.main_font {
	font-family: "Comic Sans MS", cursive;
	font-size: 15px;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
	color: #003;
	text-decoration: none;
	font-weight: normal;
}
.webpage_body_and_background {
	font-family: "Comic Sans MS", cursive;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000;
	text-decoration: none;
	background-image: url(images/dbklogo_backgroud.jpg);
	background-repeat: repeat;
	text-align: center;
}
.webpage_container {
	width: 99%;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-family: "Comic Sans MS", cursive;
	font-size: 18px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000;
	background-image: url(images/dbklogo_backgroud.jpg);
	background-repeat: repeat;
	letter-spacing: normal;
	word-spacing: normal;
	height: 99px;
}
.cell_padding {
	font-family: "Comic Sans MS", cursive;
	font-size: 14px;
	color: #030;
	padding: 8px;
}

