﻿body
{
	}

.footer
{ 
	height:30px;
	background-image:url('images/menubar.png');
	text-align:center;
	font-size:small;
	font-family:Sans-Serif;
}

.subtitle
{
	margin:5px;
	font-weight:bold;
	text-transform:capitalize;
	display:block;
	}
.content
{
	margin:5px;
	font-family:Sans-Serif;
	font-size:10pt;
	}
a
{
	color:Red;
}

.article
{
	text-align:justify;
	border-bottom:2px solid #dddddd;
	padding-bottom:10px;
}

hr
{
	border-top:2px solid #0000ff;
	border-bottom:2px solid #000088;
	border-left:0px;
	border-right:0px;
}

.hr2
{
	border-top:2px solid #ff0000;
	border-bottom:2px solid #880000;
	border-left:0px;
	border-right:0px;
	}