#contentbox {
	margin-left: 4%;
	margin-right: 4%;
	margin-top: 2em;
	color: #fff;
	color: #000000;
  	padding: 1em;
	background-color: #333;
	background-color: #FFFFFF;
	border: 1px solid #666;
	font-size: 12px;
}

#menu {
	margin-left: 4%;
	margin-right: 4%;
	overflow: hidden;
  	border: 1px solid #000000;
  	padding: 1em;
  	padding-left: 1em;
  	padding-right: 2em;
	font-size: 13px;
}

#menu, #contentbox {
	font-family: Verdana;
	font-style: normal;
	list-style: square;
}

#list_box {
	padding-left: 3em;
}

#text_box {
	padding-left: 2em;
}

#title_box {
	margin-top: 3em;
	margin-bottom: 2em;
	margin-left: 1em;
  	border: 1px dotted #ffffff;
	border: 1px dotted #000000;
	font-size: 12px;
	font-style: bold;
}

#big_title_box {
	margin-bottom: 2em;
  	border: 1px solid #ffffff;
	font-size: 16px;
	font-style: bold;
}

#big_title_box, #title_box {
  	padding: 1em;
  	padding-left: 2em;
  	padding-right: 2em;
}

b#yellow {
	color: #ffff00;
}

.little_title {
	font-weight: bold;
	padding-top: 2em;
	padding-bottom: 1em;
	text-decoration: underline;
}

#menu a, #menu a:visited { text-decoration: none; color: #505050; font-weight: bold;}
#menu a:hover { text-decoration: none; color: #303030; background: #e8e8e8; font-weight: bold;}

a, a:visited { text-decoration: underline; color: #ffffff; font-weight: bold;}
a, a:visited { text-decoration: underline; color: #000000; font-weight: bold;}
a:hover { text-decoration: none; color: #000000; background: #ffffff; font-weight: bold;}
a:hover { text-decoration: none; color: #000000; background: #000000; font-weight: bold;}

hr {
	color: #ffffff;
}

#myHR {
	color: #000000;
}

input, select, textarea {
	font-family: Verdana;
	font-style: normal;
	font-size: 12px;
	border: thin none Black;
}

