



@charset "windows-1250";


#noborder {
border: 0;
}

#dhtmltooltip{
position: absolute;
width: 50px;
border-left: 5px solid green;
border-right: 1px solid #565656;
border-top: 1px solid #565656;
border-bottom: 1px solid #565656;
padding: 5px;  
background-color: #E0FFDE;
display: none;
z-index: 100;	
	-moz-border-radius:6px;	/* Rounded edges in Firefox */
/* opacity:0.7; */

/* -khtml-opacity: 0.8; */
/* -moz-opacity: 0.8; */
/*Remove the line below to remove the shadow. The line should always appear last within this CSS*/
/* filter:alpha(opacity=80); */
filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}   

@charset "utf-8";



body{
	font-family: arial,helvetica,sans-serif;
	background-color: #ebcebc;
	color: #000000;
 
	padding-left: 5%;
	padding-right: 5%;
	font-size: small;
}

div.Titles{
	padding: 0.5em;;
	text-align: center;
	color: #000000;
}

.ExerciseTitle{
	font-size: 140%;
	color: #000000;
}

.ExerciseSubtitle{
	font-size: 120%;
	color: #000000;
}

div.IndexDiv{
	margin-left: auto;
	margin-right: auto;
	padding: 2em;
	border-style: solid;
	border-width: 1px;
	text-align: center;
	width: 80%;
	background-color: #ffffff;
	color: #000000;
	font-size: 100%;
}

.Index{
	text-align: left;
	font-size: 100%;
}

a{
	color: #0000ff;
}

a:visited{
	color: #008000;
}

a:hover{
	color: #0000ff;
}
