BODY { 	background-color : White;
	color : Black;
	font-family : Tahoma, Arial, Helvetica, sans-serif;
	font-size : 10pt}

#mainframe
{
	text-align: center;
	width:  60%;
	min-width: 600px;
	border-left: 1px dotted Red;
	border-right: 1px dotted Black;
	border-top: 1px dotted Black;
	border-bottom: 1px dotted Red;
	padding: 10px;
	margin-left: 20%;
	-moz-border-radius: 50px;
}

#content
{
	text-align: left;
	margin: 20px;
}

A:HOVER {color : Red}

P, UL, OL
{
	font-family : Tahoma, Arial, Helvetica, sans-serif;
	font-size : 10pt;
	/*margin-left : 8%;
	margin-right : 8%*/
}

TD.bgcell A {
          color: #FF0000;
          font-weight: bold;
}

LI.mark A {
      color: #FF0000
}

li.boxdotted
{
    border: thin dotted #ADADC9;
	padding : 3px;
	margin : 3px;
	background-color: White;
	color: Black;
	list-style: none;
	font-weight: normal;
}

H1
{
	color : Red;
	font-family : Tahoma, Arial, Helvetica, sans-serif;
	font-size : 110%;
	border-left: 3px solid #999999;
	padding: 3px;
	width: 100%;
	background-color: #cdcdcd;
}

H2
{
	color: #999999;
	font-family : Tahoma, Arial, Helvetica, sans-serif;
	font-size : 90%;
	margin-top :  1em;
	margin-bottom :  -0.3em;
	border-bottom: 1px solid #999999;
	margin-right: 20px;
}

H3 	{color : #A8A8A8;
	font-family : Tahoma, Arial, Helvetica, sans-serif;
	font-size : 100%;
	margin-top : 30pt}

H4 	{color : #990000;
	font-family : Tahoma, Arial, Helvetica, sans-serif;
	font-size : 115%;
	margin-left : 4%;
	margin-top : 1.5em}

BLOCKQUOTE
	{margin-left : 2pt; margin-right: 2pt; font-style: italic}

CAPTION { font-family: Tahoma, Arial, Helvetica, sans-serif; font-weight : 800}

.teaser
{
    font-weight: bold;
}

TH  	{font-size : 10pt; text-decoration : none}


TT { 	font-style: italic;
	font-family: Courier}

cite {	font-size: 90%;
	font-style: italic}

TD {	font-family : Tahoma, Arial, Helvetica, sans-serif;
	font-size : 10pt;
/*	font-size : 10pt; text-align: justify; */
	margin-left : 0%;
	margin-right : 0%}
	.english {font-style: italic
}

TD.bgcell {
	background-color: White;
	color: Black;
	font-weight: bold;
}

P:first-line.chapterstart {
	font-variant: small-caps;
	text-indent: 0;
}
P:first-letter.chapterstart {
	font-size: 300%;
	font-weight: bold;
	float: left;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 5px;
}

#nav
{
	border-bottom: 1px dotted Red;
	padding-bottom: 10px;
}

#nav A {
          font-family: monospace;
          color: #FF0000;
          font-weight: bold;
          font-size: 12pt;
}

#nav A.selected {
          font-family: monospace;
          color: #666699;
          font-weight: bold;
          font-size: 12pt;
          text-decoration: none;
}

#foot
{
	border-top: 1px dotted Black;
	padding-top: 10px;
	font-family: monospace; 
	text-align: center; 
	font-size: 0.8em;
	position: relative;
}

A.hypo   {
          color: #FF0000;
          font-weight: bold;
          font-family: Courier New, Courier, monospace;
          font-size: 14pt;
          text-decoration: none;
          vertical-align: sub;
          border-left: 1px solid #FF0000;
          border-bottom: 1px solid #FF0000;
         }
A.text   {
          color: #000000;
          font-weight: bold;
          font-size: 14pt;
          font-family: Courier New, Courier, monospace;
          text-decoration: none;
          vertical-align: baseline;
          border-right: 1px solid #000000;
          border-top: 1px solid #000000;
         }
A:hover.hypo   {
          color: #FF0000;
          font-weight: bold;
          font-size: 14pt;
          font-family: Courier New, Courier, monospace;
          text-decoration: none;
          vertical-align: baseline;
          border-left: 1px solid #FF0000;
          border-bottom: 1px solid #FF0000;
         }
A:hover.text   {
          color: #000000;
          font-weight: bold;
          font-size: 14pt;
          font-family: Courier New, Courier, monospace;
          text-decoration: none;
          vertical-align: sub;
          border-right: 1px solid #000000;
          border-top: 1px solid #000000;
         }

/* ------------------------------------------------------ */

div.nicetitle
{
	position: absolute;
	padding: 4px;
	top: 0;
	left: 0;
	font-size: 13px;
	width: 25em;
	background: #D8CEC6;
	color: black;
	border: 1px solid #FF0000;
	-moz-border-radius: 5px;
	-moz-opacity: 0.9;
}

div.nicetitle p
{
	font-family: "courier new", courier, monospace;
	margin: 0;
	padding: 0 3px;
}

div.nicetitle p.destination
{
	font-size: 9px;
	text-align: left;
	padding-top: 3px;
}

/* ------------------------------------------------------ */

span.searchword 
{
    background-color: #ffff6a;
}

code.php
{
    background-color: #cdcdcd;
	padding: 5px;
	border-style: inset;
	border-width: 1px;
	display: block;
}

code.html
{
    background-color: #cdcdcd;
	display: block;
	padding: 5px;
	border-style: inset;
	border-width: 1px;
}

code.javascript
{
    background-color: #cdcdcd;
	display: block;
	padding: 5px;
	border-style: inset;
	border-width: 1px;
}

code.css
{
    background-color: #CFDFEF;
	display: block;
}

code.text
{
    background-color: #d6d6d6;
	display: block;
	padding: 2em;
}
