@charset "UTF-8";

 
/*
Name: Larry Rolph Print Style Sheet
Version: 1.0
Author: Kim Flournoy Website Development
Description: Larry Rolph Print Style Sheet
Copyright 2010 Larry Rolph
*/


body {
background-color: #FFF;
color: #000;
}

a:link, a:visited {
color: #CCC;
text-decoration: underline;
}

.noPrint {
display: none;
}

.hideMe {
display: inline;
}

.copyright {
clear: both;
padding-left: 50px;
color: #000;
}

#title1, #title2, #title3 {
padding-top: 200px;
font-size: 24px;
line-height: 36px;
font-weight: bold;
}
