/* CSS Document */

A:visited {
 font-family : "Times New Roman", "Verdana", "sans-serif" ;
 color: #666666;
 text-decoration: underline;
 
 
}
A:hover {
 font-family: "Times New Roman", "Verdana", "sans-serif";
 color:#FF6400;
 text-decoration: underline;
}
A:active {
 font-family : "Times New Roman", "Verdana", "sans-serif";
 color: #666666;
 text-decoration: underline;
} 
A:link {
 font-family : "Times New Roman", "Verdana", "sans-serif";
 color: #666666;
 text-decoration: underline;
}
td {
 font-size: 12px;
 font-family: "Times New Roman", "Verdana", "sans-serif";
 Line-height:17px;color: #666666;
}
body {margin:0px;}

.lec_title{font-size:12px; font-weight:bold; color:#084e5c; padding-left:6px;}
.sub_title{font-size:12px; font-weight:bold; color:#06375c; padding-left:4px;}
.t_index{font-size:12px; font-weight:bold; color:#000000;}
.exam_title{font-size:14px; font-weight:bold; color:#000000;}
