
/******* hyperlink and anchor tag styles *******
**** Below removes underlines from the links.**/
a:link{
	color: red;
	text-decoration: none;
}

a:visited{
	color: red;
	text-decoration: none;
}

a:hover{
	color: black;
	text-decoration: none;
}

/*********** SPUMC Picture **********/
.header{
	background-image: url(../images/church.png);
	width: 750px;
	height: 200px;
	background-repeat: no-repeat;
	background-position: center;
}

/************* Text **************/
#main{
	color: black;
	font-family: Arial, Helvetica, sans-serif;
	font-size: smaller;
}

#mainb{
	color: black;
	font-weight: bolder;
	font-family: Arial, Helvetica, sans-serif;
	font-size: smaller;
}

#boldred{
	font-family: Arial, Helvetica, sans-serif;
	color: red;
	font-weight: bold;
	font-size: small;
	border-bottom-width: thin;
	border-bottom: thin solid silver;
}

#bigred{
	color: Red;
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
}

#wing{
font-family: Wingdings;
font-size: medium;
	
}

#update{
	color: red;
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-small;
	
}

#comment{
	color: black;
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-small;
}

/********* Marquee *********/
.mar{
	font-family: "MS Sans Serif", Geneva, sans-serif;
	font-size: large;
	color: Blue;
	text-align: center;
	font-style: italic;
	font-weight: bold;
}

/*********** VERTICLE MARQUEE ***********/

#jump_base {
	overflow-y: hidden;
	width: 600px;
	height: 50px;
	margin: auto;
	padding: 0 10px 0 10px;
	font-size: .9em;
	font-family: Verdana, Arial, sans-serif;
	text-align: center;
}
/****** controls text color ********/
#jump_base {
	color: black;
	background-color: inherit;
}

.news {
	background-color: White;
	color: inherit;
}

