/* CSS Document */

body{background-color: #333399; color: white;}
table{border-width:1; background-color: #333399}
	td{font-family:"Arial, Helvetica, sans-serif"; font-size:12px }
A.internal{text-decoration:none}
A:link{background:#333399; color: white; text-decoration:none}
A:visited{background:#333399; color: white; text-decoration:none}
A:active{background:#333399; color: light-blue; text-decoration: none}
A:hover{background:#333399; color:red; font-weight: bold}

