div#navigation {width: 200px; background: gray; padding: 10px; }

table, td {font-family: Arial, sans-serif; font-size: 12px; font-weight: normal;}


.caution {font-family: Verdana, font-size: 12pt; color: red;} 
.heading {font-size: 12px; font-weight: bold; color: darkslateblue;}
.headingbig {font-size: 16px; font-weight: bold; color: darkslateblue;}
.bold {font-family: Arial, sans-serif; font-size: 11px; font-weight: bold;}


input.order {width: 60px; height: 20px; font-size: 9px;}




.navlink:link {color: blue; text-decoration: underline; font-weight: bold;}
.navlink:visited {color: purple; text-decoration: underline; font-weight: bold;}
.navlink:active {color: red; text-decoration: none; font-weight: bold;}
.navlink:hover {color: white; text-decoration: underline; font-weight: bold;}

a:link {font-family: Arial, sans-serif; font-size: 11px; font-weight: bold; color: blue;}
a:visited {font-family: Arial, sans-serif; font-size: 11px; font-weight: bold; color: purple;}
a:active {font-family: Arial, sans-serif; font-size: 11px; font-weight: bold; color: red;}
a:hover {font-family: Arial, sans-serif; font-size: 11px; font-weight: bold; color: FF9933;} 




