/* CSS Document */
.table{
margin-right:auto;
margin-left:auto;
width:60%;
}

.date{
font-family: Georgia, "Times New Roman", Times, serif;
font-size:140%;
color:#693;
text-indent:-5px;
margin:0;
padding:1em 0 0 0;
text-decoration:underline;
/*border-bottom: 1px dotted #693;*/
}

.time{
font-weight:bold;
margin-right:5em;
}

/* Changes the color of the page anchor links from blue to black. Still Underllined 
table.table a:visited, table.table a:link{
text-decoration:none;
color:#333;
}*/

table.table a:hover{
text-decoration:underline;
color:#333;
}

a:visited, a:link{
color:blue;
text-decoration:none;
font-size:14px;
}

a:hover{
color:blue;
text-decoration:underline;
font-size:14px;
}