.strange{
	color : #808080;
	background-color : transparent;
	font-weight : bold;
	font-family : monospace;
}

a {
	color : #0000FF;
	background : transparent;
}

a:hover {
	background : #FFFFCC;
}

body{
	color : WindowText;
	background : AppWorkspace;
	font-family : "Arial Unicode MS", "Lucida sans", "MS Sans Serif", Geneva, sans-serif;
}

.menu{
	background : transparent;
	margin:0em;
	text-align : center;
	padding: 0em;
	padding-bottom : 0em;
	top: 0.3em;
	position : fixed;
	width : 100%;
}

.over{
/*background-color: #D3D3D3;*/
	font-size : 0.85em;
	display: inline;
	/*border: thin outset #C0C0C0;*/
	background:	ThreeDFace; 
	border-left:	2px solid ThreeDHighlight;
	border-top:		2px solid ThreeDHighlight;
	border-right:	2px solid ThreeDShadow;
	border-bottom:	2px solid ThreeDShadow;
	text-decoration: none;
	font-weight : bold;
	cursor: pointer;
	padding : 0.1em 0.5em 0.1em 0.5em;
}

a.over:hover{
/*border: 1px inset #C0C0C0;
background-color: #264b99;*/
color : #FF0000;
background-color : ThreeDFace; 
}

a.over:active{
	background:	ThreeDFace; 
	border-left:	2px solid ThreeDShadow;
	border-top:		2px solid ThreeDShadow;
	border-right:	2px solid ThreeDHighlight;
	border-bottom:	2px solid ThreeDHighlight;
/*border: 1px solid #C0C0C0;*/
background-color: InfoBackground;
color : InfoText;
}

.data{
	background-color: #FFFFFF;
	color : #000000;
	padding : 1.5em;
	margin : 1em;
	margin-top : 1.5em;
	border: 1px groove #808080;
	text-align : left;
	width : auto;
}

h1, h2{
color: #FFFFFF;
text-align: center;
/*border: thin dashed #808080;*/
	background-color: #264b99;
/*background-image: url(../images/greykbg.gif);*/
}

h1, h2{
		font-variant : small-caps;
}

h3, h4, h5{
background-color : #D3D3D3;
}

h2{
	line-height: 1.5em;
}

h1{
	line-height: 2em;
	margin-top : 0em;
}

@media print
{

*{
	background: #FFFFFF;
	background-image: none;
	color: #000000;
	border: none;
}
.menu{
display: none;
}

.trythis{
	margin-top: 12em;
}

.break{
page-break-after: always;
}

.data{
	border: none;
}

.data1{
	margin-left:0em;
}

.menul{
	display: none;
}

}

@media projection
{

body{
font-size: 170%;
}

.menu{
display: none;
}

.trythis{
	margin-top: 3em;
}

.break{
page-break-after: always;
}

.data{
	border: none;
		padding : 1em;
	margin : 1%;
}

}

