body {
text-align:center;
margin:0px;
font-size:13px;
height: 100%; 
}

.body{
height: 100%; 
background-color: #ffffff; 
background-image: url('img/line.jpg'); 
background-repeat: repeat-y; 
background-attachment: scroll; 
width: 631px; 
}

.con_body{
padding:10px 30px 10px 50px;
text-align:left;
line-height:140%;
}

h1 {
font-size:23pt;
font-family:HGS‘n‰pŠpºÞ¼¯¸UB;
font-weight:normal;
color:#aa0000;
margin:50px 0px 40px 30px;
line-height:115%;
}

h2 {
font-size:16pt;
font-family:HGS‘n‰pŠpºÞ¼¯¸UB;
color:#0000aa;
margin:50px 0px 30px 10px;
}

a {text-decoration: underline;}

a:link {
   text-decoration:underline;
color: #0000ff;
}

a:visited {
text-decoration:underline;
color: #0000ff;
}

a:active {
color: #298FA5;
}

a:hover {
color: #298FA5;
text-decoration:underline;
background-color: #EAFDE5;
}


strong{
font-weight:normal;
}

.red{
color:#aa0000;
}

.bri{
background-color:#ffff00;
padding:5px 3px;
}