/* Stylesheet for news stories */

body		{
		background-image:	url("../images/newsback.jpg");
		font-family:		Garamond, "Times New Roman", Times, serif;
		font-size:		normal;
		color:			#000000
}

h1 {font-size:	200%}
h2 {font-size:	150%}
h3 {font-size:	120%}
h4 {font-size:	100%}
h5 {font-size:  85%}
h6 {font-size:  75%}

i		{
		font-family:		"Times New Roman", Times, serif;
		}		

.stripe		{
		background-color:	#6699cc;
		color:			#99ccff;
		font-family:		"Times New Roman", Times, serif;
		text-align:		center;
		}

.head		{
		text-align:	left;
		font-family:	Arial, Helvetica, sans-serif;
		color:		#993333;
		}

.byline		{
		text-align:	center;
		font-family:	Arial, Helvetica, sans-serif;
		font-size:	75%;
		font-weight:	normal;
		color:		#000000;
		}
		
.article	{
		margin-left:	1em;
		margin-right:	1em;
		margin-top:	0em;
		margin-bottom:	1em;
		text-align:	justify;
		}



/* default menu link colors */

a:link { color : #ffffff }
a:active { color : #ffff00 }
a:visited { color : #ff6600 }

