body, #primary{
	font-family:"Georgia", "Times New Roman", Times, serif;
}

a:link {
text-decoration: underline;
color:#FFF;
}

a:visited {
text-decoration: underline;
color:#FFF;
}

a:focus {
text-decoration: none;
color:#FFF;
}

a:hover {
text-decoration: none;
color:#FFF;
}

a:active {
text-decoration: none;
color:#FFF;
}

input {
	font-family:"Georgia", "Times New Roman", Times, serif;
	color:#000;
	background:#BFBFBF;
	border:none;
}

div.story img {
     margin: 0.5em 1em 0.5em 0;
     padding: 15px;
     border:0px;
     background: #313131;
}

div.story img:hover{
     margin: 0.5em 1em 0.5em 0;
     padding: 15px;
     border:0px;
     background: #3d3d3d;
}

div.primary img {
     margin: 0.5em 1em 0.5em 0;
     padding: 15px;
     border:0px;
     background: #313131;
}

div.primary img:hover{
     margin: 0.5em 1em 0.5em 0;
     padding: 15px;
     border:0px;
     background: #3d3d3d;
}


p.attachment img {
     margin: 0px;
     padding: 25px;
     border:0px;
     background: #313131;
}

p.attachment img:hover {
     margin: 0px;
     padding: 25px;
     border:0px;
     background: #313131;
}