BODY {
	background-color: #E0EADF;
	font-family : MS Sans Serif,Geneva,sans-serif;
	font-size: 12px;
	scrollbar-arrow-color : Black;
	scrollbar-base-color : #E0EADF;
	scrollbar-dark-shadow-color : #E0EADF;
	scrollbar-face-color : #E0EADF;
	scrollbar-shadow-color : #E0EADF;
	margin : 0px 0px 0px 0px;
	scrollbar-highlight-color : Silver;
	scrollbar-3d-light-color : #E0EADF;
}
 
A {
	text-decoration: none;
	color: Red;
}

A:hover {
	text-decoration: underline;
	color: Red;
}
a.red{
	text-decoration: underline;
	color: #ff4500;
	font-weight : bold;
}
a.red:hover{
	text-decoration: none;
	color: #ff4500;
	font-weight : bold;
}
a.white{
	text-decoration: underline;
	color: #ffffff;
}
a.white:hover{
	text-decoration: none;
	color: #ffffff;
}
a.one{
	text-decoration: underline;
	color: #ff4500;
	font-weight : bold;
}
a.one:hover{
	text-decoration: none;
	color: #ff4500;
	font-weight : bold;
}
.one{
	text-decoration: none; 
	color: #ff4500;
}
.two{
	text-decoration: none;
	color: Red;
}
H1, H2, H3, H4, H5 {
	font-variant: small-caps;
	background-color: #ff4500;
	color: white;
	padding: 4px;
	width: 100%;
	text-decoration : none;
}
.nadpish5 {
	font-variant: small-caps;
	background-color: #ff4500;
	color: white;
	font-weight: bold;
	text-decoration: none;
	font: bold 16px;
	width: 100%;
}
TD {
    font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size : 11px;
    color : Black;
}

.box {
	background-color: #ff8c00;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration : none;
}
.table{
	border: 1px solid black;
}
.tablered{
	border: 1px solid #ff4500;
}
.back1{
	background : White;
}
.hide{
	visibility: hidden;
}
