@media screen, print{
/*====================== body, anchors ===================*/
a:link {
 text-decoration: none; color: #0066CC;
}
a:visited {
 text-decoration: none;
}
a:active {
 text-decoration: none;
}
a:hover {
 text-decoration: underline; color: #FF6666; background:#ffffcc;
}
body,tr,td,th {
 text-decoration: none; font-size: 12px; line-height: 120%;
 color: #000000;
}
textarea {
 font-size: 12px;
}
input {
 font-size: 12px;
}
span {
 font-size: 12px;
}
.style-1 {
 width: 142; font-size: 12px;
}
.button {
 border-left:3px double #99ccff;
 border-right:3px double #99ccff;
 border-top:3px double #99ccff;
 border-bottom:3px double #99ccff; 
 background-color : #cff8ff; color : #6699ff;
 cursor:hand;
}
/*========================== title =======================*/
.title-1 {
 font-size: 14pt;
 font-family: 'verdana, chicago, arial, comic sans ms';
 color: #f0f;
 font-style: oblique;
 font-weight: 400;
 height:30px;
}
/*======================== copyright =====================*/
.copyright {
 font-size: 8pt;
 font-family: 'verdana, chicago, arial, times new roman';
 color: #f0f;
 font-style: oblique;
 font-weight: 100;
 height:30px;
}
/*============= end of @media screen,print ===============*/
}
