html {
	height: 100%;
}

body {
	font-family: arial, helvetica, serif;
	font-size: 100%;
	background-color: #000000;
	text-align: justify;
	padding: 0;
	margin: 0;
	color: #000000;
	height: 100%;
}

#content {
	position: absolute;
	margin-left: 10%;
	margin-right: 10%;
	padding: 0 1em 0 1em;
	background: #FFFFFF url('ibride.png') no-repeat top right;
	border: 0;
	min-height: 100%;
	width: 77%;
	z-index: 1;
}

#text {
	position: relative;
	width: 90%;
	padding: 1em;
	margin: auto;
	border-width: 5px;
	border-style: double;
	border-color: #990000;
	background-color: #DFAEAE;
	color: #000000;
	z-index: 1;
	overflow: hidden;
}

#text a:link    {color: #990000; text-decoration: none;}
#text a:visited {color: #FFFFFF; text-decoration: none;}
#text a:active  {color: #FF33FF; text-decoration: none;}
#text a:hover   {color: #EE5555; text-decoration: underline;}

#text table {
	background-color: #DDDDDD;
	border-width: 5px;
	border-style: double;
	border-color: #990000;
}

#text td {
	background-color: #000000;
	color: #DFAEAE;
	border-width: 1px;
	border-color: #990000;
	padding: 0.25em;
}

#text hr {
	border: 0;
	width: 25%;
	height: 1px;
	color: #990000;
	background-color: #990000;
	text-align: center;
}

#text input.s {
	width: 416px;
}

a:link    {color: #990000; text-decoration: none;}
a:visited {color: #990000; text-decoration: none;}
a:active  {color: #FF33FF; text-decoration: none;}
a:hover   {color: #EE5555; text-decoration: underline;}

a.no:link    {text-decoration: none;}
a.no:visited {text-decoration: none;}
a.no:active  {text-decoration: none;}
a.no:hover   {text-decoration: none;}

h1 { text-align: center; font-style: italic; }
h2 { text-align: center; font-style: italic; }
h3 { text-align: center; font-style: italic; }
h4 { font-style: italic; }

p.c {text-align: center}
p.ci {text-align: center; font-style: italic;}

p.cm {text-align: center; padding: 1em;}

li.map {padding: 0.5em;}

.big {font-size: large;}

.fullscript {
	margin-top: 1em;
}

.indentleft {
	margin-left: 1em;
}

.indentright {
	margin-right: 1em;
}

.indentboth {
	margin-left: 1em;
	margin-right: 1em;
}

.nobr {/*no-break code*/}

