body {
	background-color: #DFD7E7;
	font-family: Verdana;
	cursor: default;
}
table {
	font-size: 9pt;
	color: #BCA6CE;
}
a:link, a:visited {
	color: #DACEE4;
	cursor: default;
	text-decoration: underline;
	font-weight: bold;
	font-family: Tahoma;
	font-size: 8.5pt;
}
a:hover {
	color: #CFC0DC;
	cursor: default;
	text-decoration: none;
}
h1 {
	font-family: "Book Antiqua", "Times New Roman";
	font-size: 26px;
	text-transform: lowercase;
	line-height: 20px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	background-color: #EEEBF3;
	font-weight: normal;
	font-style: italic;
	color: #BBA6CE;
	text-align: left;
	vertical-align: top;
}
.content-block {
	background-color: #F3F0F6;
	border: 2px solid #CCC1D9;
	background-image: url(14/main_sepbar.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	margin: 2px;
	padding: 2px;
}
a.menulink {
	display: block;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	background-color: #EEEBF3;
	border-bottom-style: solid;
	color: #CABBD7;
	letter-spacing: 1px;
	border-top-width: 1px;
	border-right-width: 3px;
	border-bottom-width: 1px;
	border-left-width: 3px;
	border-top-color: #CEC3DA;
	text-decoration: none;
	text-transform: capitalize;
	text-align: left;
	cursor: help;
	border-right-color: #CEC3DA;
	border-bottom-color: #CEC3DA;
	border-left-color: #CEC3DA;
}
a.menulink:hover {
	font-size: 11px;
	color: #D6C2D8;
	border-top-style: solid;
	border-right-style: dotted;
	border-left-style: dotted;
	border-bottom-style: solid;
	background-color: #FFFFFF;
	font-weight: bold;
	letter-spacing: 1px;
	border-top-width: 1px;
	border-right-width: 3px;
	border-bottom-width: 1px;
	border-left-width: 3px;
	border-top-color: #CEC3DA;
	border-right-color: #CEC3DA;
	border-bottom-color: #CEC3DA;
	border-left-color: #CEC3DA;
	text-decoration: none;
	text-align: right;
}
css-sample1 {
	text-decoration: overline;
}
css-sample2 {
    background-color: black;
}