body {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#FFFFFF;
	background-color: #000000;
	margin:0px;
	padding:0px;
}

#blockmid {
	width:475px;
	height:300px;
	margin:10px 5px 80px 5px;
}

#blocklarge {
	width:675px;
	height:100%;
	padding:3px;
}

.news {
	text-align:right;
}

.frontpage {
	text-align:left;}

/* links.............*/

a:link, a:visited {
	text-decoration:none;
	color:#FFFFFF;
}

a:hover {
	text-decoration:none;
	color:#0099CC;
}

/* puts underlining on for external links, but not for front page */
a[href^="http:"], a[href^="http:"]:visited {
	text-decoration:underline;
	color:#FFF;
}

a[href^="http:"]:hover {
	text-decoration:none;
	color:#FFFFFF;
}

a[href^="http://terribleawakening.wordpress.com"] {
	text-decoration:none;
	color:#FFF;
}

a[href^="http://terribleawakening.wordpress.com"]:hover {
	text-decoration:none;
	color:#0099CC;
}

/* .......... */

h1 {
	font-size:26px;
	font-weight:bold;
}

h2 {
	font-size:18px;
	font-weight:bold;
	text-align:center;
}

h3 {
	font-size:21px;
	font-weight:bold;
}

h3 a:link {
	text-decoration:none;
	color:#FFFFFF;
}

h3 a:hover {
	text-decoration:none;
	color:#0099CC;
}

h3 a:visited {
	text-decoration:none;
	color:#FFFFFF;
}