body {background-color: orange}
* {font-family: Sans-serif}
*.row_even {background-color: lightblue}
*.row_odd {background-color: lightgreen}
*.row_caption {background-color: darkblue;
color: white; font-weight: bold}
*.table_border {background-color: darkblue}
*.button_even {background-color: lightblue; border-color: lightblue;}
*.button_odd {background-color: lightgreen; border-color: lightgreen}
*.result_title {color: darkblue; font-weight: bold}
*.result_story {font-size: smaller}
*.page_header {font-family: "Tahoma",Sans-serif; font-weight:800;
letter-spacing: 8; color: white}
a.active_link {color: green; font-weight: bold; text-decoration: none}
a:hover {color: red}
