a:link,a:visited,a:active{
color:#888;
text-decoration:none;
}
a:hover{
color:#bbb;
text-decoration:none;
}
/***************************************/
body{
margin:20px;
padding:0px;
color:#666;
font-size:10px;
font-family:Verdana,MS UI Gothic;
line-height:200%;
background-color:#fff;
}
table{
font-size:10px;
line-height:200%;
}
/***************************************/
form{
margin:0px;
}
input,textarea{
color:#666;
font-size:10px;
font-family:Verdana,MS UI Gothic;
background-color:#fff;
border:1px solid #bbb;
}
hr{
height:0px;
border:0px;
border-bottom:1px solid #bbb;
}
ul{
margin:0px;
padding:0px 0px 0px 20px;
list-style-image:url(img/li.gif);
}
/***************************************/
h1{
margin:0px;
padding:0px 0px 20px 0px;
font-size:16pt;
font-family:Lucida Sans Unicode,MS UI Gothic;
}
h2{
margin:0px 0px 10px 0px;
padding:0px 0px 0px 5px;
font-size:10px;
line-height:10px;
letter-spacing:5px;
border-left:120px solid #eee;
}
h2:first-letter{
color:#bbb;
}
h3{
margin:0px;
padding:0px;
font-size:10px;
}
/***************************************/
.txt{
margin-bottom:40px;
}
.mark{
font-family:MS UI Gothic;
}
.pict{
text-align:center;
}
.pict img{
border:1px solid #bbb;
}