body { 
	background-color: #e0e0e0;
       	margin: 20px;
       	font-family: sans-serif;
       	color: black
}

.email { 
         text-decoration: underline;
}


h1, h2, h3 { 
	color: #404040; 
}

div.old {
	color: #404040;
}

div.old h1, div.old h2, div.old h3 {
	color: #606060;
}

div.sword_text { 
	margin-bottom: 10px;
}
td.sword_text  { 
	background-color: #ffffff; 
}

img.sword_tableimg { display: block;
		     margin: 0px;
		     padding: 0px;
		     border: none; }


.sword_links { 
	font-size: small;
	text-align: center 
}
hr { text-align: center }

a { 
	color: #4000ff;
    	font-weight: bold; 
}

a:link { text-decoration: none;}
a:visited { text-decoration: none;}
a:hover { text-decoration: underline;}

h1 { text-align: center}
div.tail { text-align:center }

td.header
{
	background-image: url('images/header_t.png');
	background-repeat: repeat-x;
}
td.footer
{
	background-image: url('images/footer_b.png');
	background-repeat: repeat-x;
}
td.leftborder
{
	background-image: url('images/border_l.png');
	background-repeat: repeat-y;
}
td.rightborder
{
	background-image: url('images/border_r.png');
	background-repeat: repeat-y;

}

/* NEWS */
.news_short_story {  }
.news_full_story {  }
.news_title { font-weight: bold; 
	      font-size: large }
td.news_title { background-color: #e0e0e0 ; 
		border: 2px solid #e0e0e0 ;
		} 
td.news_post_date { padding: 5px; }
.news_post_date { font-style: italic; }


td.news_short_story, 
td.news_full_story {
	 border: 2px solid #e0e0e0 ;
}

