body {
	color : #cccccc;
	background-color :#000000;
	font-family : Verdana;
	font-size : 14px;

}
select {
	background-color:black;
	color:#cccccc;
}
td {
	color : #cccccc;
	font-size : 12px;
}

a:link  {text-decoration: none; font-family: Tahoma,arial,verana,Helvetica; color: lightgreen}
a:visited {text-decoration: none; font-family: Tahoma,arial,verdana,Helvetica; color: lightgreen}
a:active {text-decoration: none; font-family: Tahoma,arial,verdana,Helvetica; color: white}
a:hover {text-decoration: underline; font-family: Tahoma,arial,verdana,Helvetica; color: lightblue}


a.menu_link {
	text-decoration: none;
	color: #00BD8D;
	font-weight:bold;
	background: #black;
	border-right: 1px solid black;
}
a.menu_link:visited {
	font-weight:bold;
	text-decoration: none;
	color: #00BD8D;
}
a.menu_link:active {
	text-decoration: none;
	color: #ADD8E6;
}
a.menu_link:hover {
	text-decoration: none;
	color: white;
}



tr.chem {
	height:35px;
}

tr.bgblack {
	background-color:black;
	height:25px;
}
.header{
	text-align: center;
	font-weight:bold;
	padding-top:10px;
}
.author {
	color:lightblue;
	font-style:italic;
	padding-bottom:10px;

}
.content{

/*	text-align:justify;*/
	margin-left:50px;
	margin-right:50px;
	margin-top:15px;
	margin-bottom:25px;

}
.paragraf{
	font-weight:bold;
	margin-bottom:20px;
	margin-top:20px;
}

input.submit{
	font-weight:bold; border:1px solid #000000;

}
.note{
	background-color:#434359;
	border-color:#cccccc;
	border-right-color:#434359;
	border-left-color:#434359;
	border-top-color:#434359;
	border-bottom-color:#434359;
	border-top-width:1px;
	border-bottom-width:1px;
	border-left-width:1px;
	border-right-width:1px;
	width:700px;
	margin-top:20px;
	margin-bottom:20px;
}
.noteheader {
	font-weight:bold;
	float:left;
}
input,textarea.text{
	color:#CCCCCC;
	background-color : #434359; border:1px groove #434359;
	overflow:auto;
}
.time{
	font-size:10px;
}
.menu_table_design{

	border-left:1px solid;
	border-left-color:#535362;
	border-right:1px solid;
	border-right-color:#535362;
	border-top:1px solid;
	border-top-color:#535362;
	border-bottom:1px solid;
	border-bottom-color:#535362;


}
.menu_header{
	font-weight:bold;
	text-align:center;
	background-color:#272B2F;
	border-top: 1px solid #434359;
	border-left: 1px solid #434359;
	border-right: 1px solid #434359;
}
.test{
color:black;
}

.high{
	background-color:red;
    color:black;
}
.error {
    color: #FF0000;
    font-weight: bold;
}

.u {
	text-decoration:underline;
}
