﻿/* style sheet for the winona pages *//* $Id: cw.css,v 1.0 2005/04/07 08:00:00 link Exp $ */a:link {
  color:#0000ff;
  background-color:transparent;
  text-decoration:none;
  font-size:10pt;
  font-family:"Comic Sans MS",Geneva,Arial,Helvetica,Verdana, "sans serif";
  font-weight:normal;
  }
a:hover {
  color:black;
  background-color:#9CBDFF;
  text-decoration:underline;
  font-size:10pt;
  font-family:"Comic Sans MS",Geneva,Arial,Helvetica,Verdana, "sans serif";
  font-weight:normal;
  }
a:active {
  color:#2f6f77;
  background-color:transparent;
  text-decoration:none;
  font-size:10pt;
  font-family:"Comic Sans MS",Geneva,Arial,Helvetica,Verdana, "sans serif";
  font-weight:normal;
  }
a:visited {
  color:#0000ff;
  background-color:#eff7f9;
  text-decoration:none;
  font-size:10pt;
  font-family:"Comic Sans MS",Geneva,Arial,Helvetica,Verdana, "sans serif";
  font-weight:normal;
  }
