/* CSS Document */

body {
	background-color: #FFFFCC;
}

p {
	font-family: Tahoma;
	font-size: 12px;
	color: #333333
}

h1 {
	font-family: Tahoma;
	font-size: 12px;
	color: #ff8baa;
	font-weight: bold;
}

.quotes {
	font-family: Tahoma;
	font-size: 12px;
	color: #990000;
	font-weight: bold;
	
}

.submitBtn {
	background-color: #ff8baa;
	border: hidden;
	color: #FFFFFF;
}

a:link {
	font-family: Tahoma;
	font-size: 12px;
	color: #003366;
	text-decoration: none;
}
a:visited {
	font-family: Tahoma;
	font-size: 12px;
	color: #003366;
	text-decoration: none;
}
a:hover {
	font-family: Tahoma;
	font-size: 12px;
	text-decoration: underline;
	color: #006699;
}
a:active {
	font-family: Tahoma;
	font-size: 12px;
	color: #003366;
	text-decoration: none;
}

.scrollingNews {
	font-family: Tahoma;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
}

.scrollingNews:hover {
	font-family: Tahoma;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration:underline;
}

.marqueeText {
	font-family: Tahoma;
	font-size: 12px;
	color: #ff8baa;
	font-weight: bold;
}
	