a {
	color: black;
	text-decoration: none;
}

a:visited {
color: darkgreen;
text-decoration: underline;}

a:link {
    color: darkgreen;
    text-decoration: underline;}

a:hover {
color: red;
}

/*
body {
height: auto;
margin: 0;
padding: 0;
text-align: center;
color: #000000;
background: url(/images/gradient.gif) #FAD6A3 repeat-x left top;
border-top: 1px solid #FFF5E0;
}
*/
TABLE  { empty-cells: hide; table-layout:fixed; overflow:hidden; word-wrap:break-word;}
     