document.write('<style>');
document.write('.nav {FONT-WEIGHT: bold; FONT-SIZE: 12px; COLOR: #245EDC; FONT-FAMILY: Arial, Helvetica, sans-serif; TEXT-DECORATION: none}');

document.write('.nav:visited {FONT-WEIGHT: bold; FONT-SIZE: 12px; COLOR: #245fDC; FONT-FAMILY: Arial, Helvetica, sans-serif; TEXT-DECORATION: none}');


document.write('.nav:hover {FONT-WEIGHT: bold; FONT-SIZE: 12px; COLOR: #4E5309; FONT-FAMILY: Arial, Helvetica, sans-serif; TEXT-DECORATION: none}');


document.write('</style>')

document.write('<table border="0" cellpadding="2" cellspacing="2" width="130" background="imagesbg.jpg">')

document.write('<tr>')
document.write('<td>')
document.write('<a class=nav href="index.php" style="text-decoration: none;">Home</a>');
document.write('</td>')
document.write('</tr>')

document.write('<tr>')
document.write('<td>')

document.write('<a class=nav href="DCDC_About.php" style="text-decoration: none;">About DCDC</a>');
document.write('</td>')
document.write('</tr>')

document.write('<tr>')
document.write('<td>')
document.write('<a class=nav href="DCDCDownloads.php" style="text-decoration: none; color:#00FF00">Important Notifications</a>');

document.write('</td>')
document.write('</tr>')

document.write('<tr>')
document.write('<td>')
document.write('<a class=nav href="RecentNotification.php" style="text-decoration: none; color:#FF0000">Recent Notifications</a>');

document.write('</td>')
document.write('</tr>')


document.write('<tr>')
document.write('<td>')
document.write('<a class=nav  href="statute27-28.pdf" style="text-decoration: none;">Statute 27/28</a>');
document.write('</td>')
document.write('</tr>')


document.write('<tr>')
document.write('<td>')

document.write('<a class=nav href="http://www.dauniv.ac.in/notices/list of college name.pdf" style="text-decoration: none;">Affiliated Colleges</a>');
document.write('</td>')
document.write('</tr>')








document.write('<tr>')
document.write('<td>')
document.write('<a class=nav  href="#" style="text-decoration: none;">Academic Calendar</a>');
document.write('</td>')
document.write('</tr>')













document.write('<tr>')
document.write('<td>')
document.write('<a class=nav href="#" style="text-decoration: none;">Fee Structures (Norms) </a>');
document.write('</td>')
document.write('</tr>')









document.write('</table>')












