/*
* xmlhack.ru CSS
*/

body {
	background:   #eff7f3;
	color:        #000000;
}
a:link     {  color: #006699;  }
a:visited  {  color: #006666;  }
a:hover    {  color: #0066FF;  }
a:active   {  color: #0066FF;  }

font,th,td,p,a,li {
	font-family:  tahoma, verdana, sans-serif;
}

.legalnotice {
	font-size:         66%;
}

.example,.informalexample,pre.programlisting {
	background:        #cccccc;
	overflow:          auto;
}

.figure {
	text-align:        center;
}

div.example p.title, div.figure p.title {
	font-size:         82%;
	font-weight:       bold;
}

div.sidebar {
	border:            2px #008080 solid;
	padding:           4pt 4pt 4pt 4pt;
	margin:            4pt 4pt 4pt 4pt;
	background-color:  #cccccc;
	float:             right;
	width:             38%;
	font-size:         82%;
}

h1 {
	font-size:         127%;
}

h2 {
	font-size:         118%;
}

h3 {
	font-size:         100%;
}

