body { display: block;
 font-size:12px;
 line-height:200%;
 width:100%;
 height:100%;
 border:0px
 a:link {color: blue}      /* unvisited link */
 a:visited {color: red}    /* visited link */
 a:hover {color: black}    /* mouse over link */
 a:active {color: #33666}  /* selected link */
}
p {
 display:block;
 border-width:0px;
}
em {
 display:inline;
 padding:0px; 
/* margin: 1em; */
/* border-width: medium; */
/* border-style: dashed; */
 line-height: 2.4em;
}
span {
 display: inline;
 border-width:0px;
/* border-style:dashed; */
}
center {
 position:relative;
 line-height:2.4em;
 text-align:center;
}
.center2 {
 position:fixed;
 padding: 2px; 
 margin:((96%/2)-span);
 border-width:0px;
 line-height: 2.4em;
 text-align:center;
}
.text-center {
 text-align: center;
}
.text-black {
 text-color:black;
}
.left {
 position:relative;
 padding:2px;
 color: blue;
 float:left;
 margin-left:2.4em;
 border-width:0px;
}
.right {
 position:relative;
 padding:12px;
 color: blue;
 float:right;
 margin-right:2.4em;
 border-width:0px;
}
#outer {
 position:relative;
 color:red;
/* border-width: medium; */
/* border-style: dashed; */
}
#inner {
 float: right;
 width: 130px;
 color: blue;
/* border-width: medium; */
/* border-style: dashed; */
}
#sibling {
 clear: right;
 color: red;
/* border-width: medium; */
/* border-style: dashed; */
}
.normal {
 clear:right;
 color:black;
 border-width:0px;
 text-color:black;
}

.content {
 font: 0.8em Verdana, Arial, sans-serif;
 margin-left: 13em;
 padding: 0em 1.3em 2em 1.3em;
 background: #ffffff;
 border: 2px inset #ccc;
}

#content div-null {
 border:1px solid #0f0;
 color: #f30;
}
#content div {
 font-size: 8px;
}
#content p-null {
 padding: 0 20px;
 text-align: justify;
}
#content p-null {
 padding: 0 20px;
 text-align: left;
}
#content p-null {
 padding: 0 20px;
 text-align: center;
}
#content p {padding: 0 20px; text-align: right;}

h1 {
 display:inline;
 font-variant: small-caps;
 background: transparent;
 margin:10px;
} 
h2 {
 display:inline;
/* font-variant: small-caps; */
 background: transparent;
 margin:10px;
}
h3 {
 display:inline;
 background: transparent;
 margin:10px;
}
h4 {
 display:inline;
 background: transparent;
 margin:10px;
}
h5 {
 display:inline;
 background: transparent;
 margin:10px;
}
h6 {
 display:inline;
 background:transparent;
 text-align:center;
 margin:10px;
}
h7 {
 display:inline;
 background:transparent;
 text-align:center;
 margin:10px;
}
h8 {
 display:inline;
 background:transparent;
 text-align:center;
 margin:10px;
}
h9 {
 display:inline;
 background:transparent;
 text-align:center;
 margin:10px;
}

h1, h2, h3, h4, h5, h6, h7, h8, h9 {display:inline,font-family:"Times New Roman",sans-serif;}
h1 {font-size: 200%}
h2 {font-size: 160%}
h3 {font-size: 130%}
h4 {font-size: 100%}
h5 {font-size: 80%}
h6 {font-size:160%;}
h7 {font-size:130%;}
h8 {font-size:100%;}
h9 {font-size:80%;}

#content p.c {
 text-align: center;
}

.rowWrapper {
 border: 1px solid red;
 float: left;
 position: relative;
 left:0px;
}
.row {
 border: 1px solid blue;
 position:relative;
 left:0px;
} 
.row1 {
 border: 1px solid blue;
 position:relative;
 left: -50%;
} 
.row2 {
 border: 1px solid blue;
 position:relative;
 left: -100%;
} 