/* CSS Document */

.wrapper
{
  margin-left: auto; 
  margin-right: auto;
  border: 1px solid #CC0099;
  width: 80%;
  text-align:left;
}

body {
	background-color:#ffffff;
	font: 80% arial;
	color: #949494; 
	text-align: center;	
	margin-top: 0px;
	font-size: 14px;
     }
	
.strapline{
	
	text-align: left;
	font: arial;
	color: #8CB25B;
	font-weight: none;
	font-size: 12px;
	}	
	
.bar{

	width: 90%;
	background-color: #CC0099;
	height: 5px;
	margin-left: auto; 
    margin-right: auto;
	}	

h1 {
	font-size: 16px;
	font-weight: bold;
	}
	
.date{
	font: arial;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	}

.bot_txt a {
  	font: arial;
	font-size: 16px;
	color: #CC0099;
	font-weight: bold;
	text-decoration: none;
}

.bot_txt a:hover {
  	font: arial;
	font-size: 16px;
	color: #8CB25B;
	font-weight: bold;
	text-decoration: none;
}