@charset "utf-8";
/* CSS Document */
html{width:100%;margin:0px;padding:0px;}
body
{
   font-size:16pt;
   width:100%;
   height:auto;
   color:#A03050;
   background-color:#FFDAF0;
   margin:0px auto;
   padding:0px;
}

a:link{color:#C05080;}
a:visited{color:#902030;}
a:active{color:#FF6060;}
a:hover{color:#0060FF;}

header{width:100%;height:auto;text-align:center;}

section{width:100%;margin-left:auto;margin-right:auto;text-align:left;}

table.gohometab{width:100%;margin-left:auto;margin-right:auto;text-align:left;}

p.TypePar{display:none;}

img{width:auto;max-width:100%;height:auto;}