/* CSS Document */

body {
	background-color: #494949;
}
.name {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 16px;
}
.story {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}


/*************footer styles ************************/
 
h1 {
	font-size: 11px;
}
.txtsmall {
	font-size: 10px;
	color: #FFFFFF;
}

a.linksmall:link, a.linksmall:visited {
	font-size: 10px;
	color: #FF9900;
	font-weight: bold;
}
a.linksmall:hover {
	color: #FFFF33;
	text-decoration: none;
}
.date{
	font-style:italic;
	font-size:14px;
	color:#002C85;
	padding-left:5px;
}