/* www.webmasteringservices.ca - Graham Nasby */

/* "CSS/home.css" */
/* CSS Level 1 */

/* main style sheet file for website */

body {  background: white; 
        font-family: arial, helvetica, sans-serif; 
        font-size: 10pt; font-style: normal; font-weight: normal; color: black; }
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: olive; font-style: normal; text-decoration: none; }

p {font-family: arial,helvetica,sans-serif; color: black; font-size: 10pt; font-weight: normal; }
ul {font-family: arial,helvetica,sans-serif; color: black; font-size: 10pt; font-weight: normal; }
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; 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-serif; color: black; font-size: 10pt; font-weight: normal; }

/* used for top blue line */
td.td1 {font-family: arial,helvetica,sans-serif; color: black; font-size: 8pt; font-weight: normal; }

/* used for side navbar */
.nav1 {font-family: arial,helvetica,sans-serif; color: blue; font-size: 8pt; font-weight: normal; }
.nav1 a {font-family: arial,helvetica,sans-serif; color: blue; font-size: 8pt; font-weight: normal; }
.nav1 a:link {font-family: arial,helvetica,sans-serif; color: blue; font-size: 8pt; font-weight: normal; }
.nav1 a:visited {font-family: arial,helvetica,sans-serif; color: blue; font-size: 8pt; font-weight: normal; }
.nav1 a:active {font-family: arial,helvetica,sans-serif; color: blue; font-size: 8pt; font-weight: normal; }
.nav1 a:hover {font-family: arial,helvetica,sans-serif; color: red; font-size: 8pt; font-weight: normal; }

/* used for captions */
.caption1 {font-family: arial,helvetica,sans-serif; color: black; font-size: 8pt; font-weight: normal; }

/* used for portfolio page */
.port_title {font-family: arial,helvetica,sans-serif; color: black; font-size: 10pt; font-weight: bold; }
.port_url   {font-family: arial,helvetica,sans-serif; color: black; font-size: 10pt; font-weight: normal; }


/* end of file */

