/* Christine Cousins - personal website */
/* www.uoguelph.ca/~ccousins */
/* also a redirect from www.christinecousins.com */

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

body {  background: #FFFFFF 
        font-family: arial, helvetica, sans-serif; 
        font-size: 10pt; font-style: normal; font-weight: normal; color: black; 
        margin-top: 10px; margin-bottom: 10px; margin-left: 10px; margin-right: 10px; } 
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, ul, td, blockquote {font-family: arial,helvetica,sans-serif; color: black; font-size: 10pt; font-weight: normal; }

h1 { font-family: Arial, helvetica, sans-serif; color: black; font-weight: bold; font-size: 12pt; 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; font-style: italic;text-align: left; }
h4 { font-family: Arial, helvetica, sans-serif; color: black; font-weight: bold; font-size: 8pt; text-align: left; }

/* used on top of all pages */
.title { font-family: Arial, helvetica, sans-serif; color: white; font-weight: bold; font-size: 16pt; text-align: center;}

/* used by menu bar */
.menu1 {
	font-family: arial,helvetica,sans-serif; color: white; font-weight: bold;  font-size: 8pt; font-weight: normal; 
	padding-bottom: 0px;
	padding-top: 0px;
	padding-right: 3px;
	padding-left: 3px;
	}
.menu1 a, .menu1 a:visited {
	font-family: arial,helvetica,sans-serif; color: white; font-weight: bold; font-size: 8pt; font-weight: normal; 
	padding-top: 0px;
	padding-right: 3px;
	padding-bottom: 0px;
	padding-left: 3px;
	display:block;
	}
.menu1 a:hover {
	font-family: arial,helvetica,sans-serif; color: black; font-weight: bold;  font-size: 8pt; font-weight: normal; 
	background-color: #E0E0E0;
	text-decoration: none;
	}

/* end of file */