/*Print CSS rules go here */
body {
background-color: white;
color: black;
font-family: Garamond, Times, "Times New Roman", serif;
}

#left_column, #nav, #nav-message {
display: none;
}


#header-text {
text-align: left;
}



#right-column p, h2 {
text-align: left;
}

#footer {
text-align: left;
}

a:link {color: #000000;
text-decoration:none;
}     /* unvisited link */
a:visited {color: #000000;
text-decoration:none;}  /* visited link */
a:hover {
color: #000000;
text-decoration:none;
}   /* mouse over link */
a:active {color: #000000;
text-decoration:none;}   /* selected link */