/* 
 * canfreight.css 
 *
 * New version created Jan-15-2010
 * Updated Jul-12-2010
 */
 
html {
   background: #EEE;
   color: black;
}

h1 {
   color: red;
   font-family: Tahoma, sans-serif;
   font-weight: normal;
}

.mainTitle {
   color: #D00;
   font-weight: bold;
}

h2 {
   border-bottom: 1px dotted gray;
   font-family: Arial, sans-serif;
   font-weight: bold;
}

h3 {
   font-family: Arial, sans-serif;
   font-weight: bold;
}

/*a {
   color: red;
}

a:visited {
   color: red;
}

a:hover {
   color: #A00;
}*/

table {
   border: 1px solid black;
   border-collapse: collapse;
}

td {
   border: 1px solid black;
   text-align: left;
}

th {
   border: 1px solid black;
   text-align: center;
   font-weight: bold;
}

.validLinks {
   text-align: right;
}

hr {
   width: 85%;
}

.google {
   text-align: center;
}

#homeLink {
   text-align: center;
}