/* newsletter.css - a style sheet for the TCC Newsletter*/

body { font-family: Arial, Helvetica, sans-serif; font-size: 0.9em; color: #000000;
	background-color: #F5F5F5;
	background-image: url(../images/wallpaper/greyparch.jpg);
	margin-top: 1%; margin-right: 3%; margin-bottom: 0%; margin-left: 3%;}

div.header { margin-right: 5%; margin-left: 5%;}
div.content { margin-right: 5%; margin-left: 5%;
	border: thin solid silver;
	padding-top: 0px; padding-right: 20px; padding-bottom: 0px; padding-left: 20px;}
div.newsclip { font-family: Times New Roman, Times, serif; font-size: 1.0em; color: #000000;
	margin-right: 25%; margin-left: 25%;
	border: thin solid silver;
	padding-top: 0px; padding-right: 20px; padding-bottom: 0px; padding-left: 20px;}

h1 {  font-family: Arial, Helvetica, sans-serif; font-size: 1.75em; font-style: normal; font-weight: bold; text-align: center}
h2 {  font-family: Arial, Helvetica, sans-serif; font-size: 1.25em; font-style: normal; font-weight: bold; text-align: center}
h3 {  font-family: Arial, Helvetica, sans-serif; font-size: 1em; font-style: normal; font-weight: bold; text-align: left}

a:plain {text-decoration: none} /* not sure about this one */

p {  text-align: justify; text-indent: 1.5em}
p.important {
    margin-left: -1.5%;
    text-align: justify; text-indent: 1.5em;
    padding-left: 0.75em;
    border-top: none;
    border-right: none;
    border-bottom: none;
    border-left: solid;
    border: red; border-left-width: 0.2em}

p.notice {
    margin-left: -1.5%;
    text-align: justify; text-indent: 0em;
    padding-left: 0.75em;
    padding-right: 0.75em;
    border-top: none;
    border-right: solid;
    border-bottom: none;
    border-left: solid;
    border: red; border-right-width: 0.2em; border-left-width: 0.2em}

p.newsclip {
    font-family: Times New Roman, Times, serif; font-size: 1.0em; color: #000000;
    margin-left: -1.5%;
    text-align: justify; text-indent: 0em;
    padding-left: 0.75em;}


/* eof */
