	body 
	{
		font: normal 10px/12px verdana;
		color: #000;
		background: url('../images/background.jpg') top right repeat-y #FFF;
		background-attachment: fixed;
	}
	
	td
	{
		font: normal 10px/12px verdana;
	}

	input,select,textarea
	{
		font: normal 10px/11px verdana;
		color: #000040;
	}

	a
	{
		color: #486863;
		text-decoration: none;
	}
	a:hover
	{
		color: #C00;
		text-decoration: none;
	}
	
	.article_head
	{
		font: normal small-caps bold 17px/20px Times New Roman, Serif;
		color: #144237;
	}
	.title
	{
		font: normal small-caps bold 14px/14px Times New Roman, Serif;
		color: #144237;
	}
	
	.article_author
	{
		font: italic bold 14px/16px Times New Roman, Serif;
	}

	.site_copy
	{
		font: italic normal 11px/12px Times New Roman, Serif;
		color: #144237;
	}
	
	.article_icon
	{
		float: left;
		width: 100px;
		height: 100px;
		border: 1px solid #000;
		margin: 5px;
	}
