/* www.talspar.ca 

/* "/home.css" */
/* main style sheet for website */
/* CSS Level 1 */

body {  background: #F4EACA; 
        font-family: arial, helvetica, sans-serif; 
        font-size: 11pt; font-style: normal; font-weight: bold; color: black;
        margin-top: 60px; margin-bottom: 10px; margin-left: 50px; margin-right: 50px; } 
a:link      { color: blue; font-style: normal; text-decoration: none;  }
a:visited   { color: blue; font-style: normal; text-decoration: none; }
a:active    { color: blue; font-style: normal; text-decoration: none; }
a:hover     { color: red; font-style: normal; text-decoration: none; }

p {font-family: arial,helvetica,sans-seif; color: black; font-size: 11pt; font-weight: bold; }
ul {font-family: arial,helvetica,sans-seif; color: black; font-size: 11pt; font-weight: bold; }
blockquote {font-family: arial,helvetica,sans-seif; color: black; font-size: 11pt; font-weight: normal; }

h1 { font-family: Arial, helvetica, sans-serif; color: black; font-weight: bold; font-size: 14pt; text-align: left;}
h2 { font-family: Arial, helvetica, sans-serif; color: black; font-weight: bold; font-size: 11pt; text-align: left; }
h3 { font-family: Arial, helvetica, sans-serif; color: black; font-weight: bold; font-size: 10pt; text-align: left; }
h4 { font-family: Arial, helvetica, sans-serif; color: black; font-weight: bold; font-size: 8pt; text-align: left; }

td {font-family: arial,helvetica,sans-seif; color: black; font-size: 11pt; font-weight: bold; }


/* for menu */
.menu {
  color: black;
  font-size: 12pt;
  text-align: center;
}
.menu a {
  color: white;
  font-size: 11pt;
  text-decoration: none;
  text-decoration: none;
  font-weight: bold;
}
.menu a: hover {
  color: red;
  font-size: 11pt;
  text-decoration: none;
  font-weight: bold;
}



/* end of file */
