/* Main Text */
body {
 line-height:150%;
 color:#0c1976;
 background:#ece4cf;
}
/* in100: Indent 100px or Name/Seal Position - span */
.in100 {
 position:relative;
 left:100px;
}
/* in200: Indent 200px or Name/Seal Position - span */
.in200 {
 position:relative;
 left:200px;
}
/* in300: Indent 300px or Name/Seal Position - span */
.in300 {
 position:relative;
 left:300px;
}
/* in400: Indent 400px or Name/Seal Position - span */
.in400 {
 position:relative;
 left:400px;
}
/* in500: Indent 500px or Name/Seal Position - span */
.in500 {
 position:relative;
 left:500px;
}
/* in600: Indent 600px or Name/Seal Position - span */
.in600 {
 position:relative;
 left:600px;
}
/* Internal Page Links */
a:link {
 text-decoration:none;
 font-weight:bold;
 color:#66769a;
 background-color:#ece4cf;
}
a:visited {
 text-decoration:none;
 font-weight:bold;
 color:#bf8881;
 background-color:#ece4cf;
}
a:hover {
 text-decoration:underline;
 color:#bf8881;
 background-color:#ece4cf;
}
