/* Typography */

h1 {
	font-family: Arial, sans-serif;
	font-size:2.4em;
	text-align:left;
	padding-left:35px;
}

#note {
	font-size:.8em;
}

.linethrough {
	text-decoration: line-through;
}

.purpletext {
	color:#9966CC;
	font-weight: bold;
}	

#newstext {
	position: relative;
	font-family: Georgia, Tahoma, Arial, sans-serif;
	font-size: 1.4em;
	width:630px;
	text-align: left;
	overflow:auto;
}

#newsindent {
	margin-left:30px;
}

/* Images */

/* Links */
a.menu {
		color:white;
		text-decoration:none;
	}

a.menu:hover {
		color: #9966CC;
		text-decoration:none;
	}

a.contentlink {
		color:#9966CC;
		text-decoration: none;
		font-weight:bold;
	}

a.contentlink:hover {
		color:#9966CC;
		text-decoration:underline;
		font-weight:bold;
	}

a.footerlink {
		color:black;
		text-decoration: none;
}
a.footerlink:hover {
		text-decoration:underline;
}

formatting {
	text-decoration:underline;
}

#copyright {
	font-size:10px;
}

/* Countdown Timer Div */
#cdcontainer {
	position:relative;
	padding-top:160px;
	padding-right:20px;
	font-size:1.2em;
	color:#FFF;
}

