/*****************************************************************/
/*  File Name:     uptowns.css                                   */
/*  Developed by:  Nathan J. Franzen (nathan@iowa-computer.com)  */
/*  Last Modified: 29 May 2007                                   */
/*                                                               */
/*                   Copyright 2001 - 2007                       */
/*                   Cedar Rapids Jaycees                        */
/*                    All Rights Reserved                        */
/*****************************************************************/

<style type="text/css">

h1 {
  font-family: "MS Sans Serif", sans-serif;
  font-size: 200%;
}

h2 {
  font-family: "MS Sans Serif", sans-serif;
  font-size: 125%;
}

body,td,tr {
  font-family: "MS Sans Serif", sans-serif;
  font-size: 10pt;
}

  a:link { color: #88B1DA }  /* for unvisited links */
  a:visited { color: #88B1DA } /* for visited links */
  a:active { color: #525260 } /* when link is clicked */
  a:hover { color: #525260 } /* when mouse is over link */
  
  a.nav:link { color: #525260 }  /* for unvisited links */
  a.nav:visited { color: #525260 } /* for visited links */
  a.nav:active { color: #88B1DA } /* when link is clicked */
  a.nav:hover { color: #88B1DA } /* when mouse is over link */
  a.nav { text-decoration: none }

  a.reverse:link { color: #525260 }  /* for unvisited links */
  a.reverse:visited { color: #525260 } /* for visited links */
  a.reverse:active { color: #88B1DA } /* when link is clicked */
  a.reverse:hover { color: #88B1DA } /* when mouse is over link */

</style>