/*journal*/
body { 
	color: #BDBDBD; 
	margin: 0px;
	background-color: #3D3D3D;
}
a:link { 
	color: #A7BDF2;
}
a:visited {
	color: silver;
}
	
#container{
	width: 700px;
   font-family: Verdana, Arial, sans-serif, Geneva;
   font-size: 12px;
	background-color: #000000;
	padding: 0px 5px 0px 5px;
	border-right: 1px solid #EDEDED;
	border-left: 1px solid #EDEDED;
	border-top: 0px;
	border-bottom: 0px;
}
.floatright{
	float: right;
	border: 1px solid white;
	margin: 0px 0px 0px 5px;
}
.floatleft{
	float: left;
	border: 1px solid white;
	margin: 0px 5px 0px 0px;
}

.noborder img.floatleft
{
	border: 0px;
}

.noborder img.floatright
{
	border: 0px;
}

img.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
	 border: 1px solid white;
}
	 
.title{
	font-family: Verdana, Arial, sans-serif, Geneva;
	font-size: 35px;
	font-weight: bold;
	font-style: italic;
	color: #0E426B;
}
.subtitle{
  font-family: Verdana, Arial, sans-serif, Geneva;
  font-size: 12px;
  color: #FCF5D5;
  font-weight: bold;
}
p{
  margin-bottom: 0;
  margin-top: 0; 
}
/*p + p{
  text-indent: 20px;
  margin-top: 0; 
}*/
a.external  {
    background: url(images/external.png) center right no-repeat;
    padding-right: 13px;
}

p.pull{
  text-indent: 200px;
  font-weight: bold;
  font-style: italic;
}
