/* CSS Document */
body {
color: #000000;
line-height:20px;
font-size:11px;
font-family:Arial, Helvetica, sans-serif;
width: 100%;
overflow-x: hidden;
}
a:link {
color: #000000; 
text-decoration: none
}
a:visited {
color: #333333;  
text-decoration: none
}
a:hover{
background-color: #cccccc;
}
.table {
border-bottom: #ffffff 0px solid; 
border-left: #ffffff 0px solid; 
border-right: #ffffff 0px solid; 
border-top: #ffffff 0px solid; 
text-decoration: none;
}
.title {
color:#FF0000;
font-size:12px;
font-weight:bolder;
}
.text{
color:#990000;
font-size:11.5px;
}
.word{
font-family:tahoma,verdana,sans-serif;
font-size: 11px;
background: url(../img/line.gif);
line-height: 25px;
padding-left: 15px;
padding-right: 10px;
}
.txtbox {
width:480px;
height:auto;
padding : 3px;
margin : 3px 3px 3px 5px;
overflow:auto;
}     