@charset "utf-8";
/* CSS Document */
@import url(http://fonts.googleapis.com/css?family=Courgette);
a:link {
	color: #660033;
	text-decoration:none;
}
a:visited {
	text-decoration: none;
	color: #660033;
}
a:hover {
	text-decoration: none;
	color: #009933;
	
}

body {
	margin: 0px 10px 10px;
	font-family: Verdana;
	font-size: 12px;
    line-height:180%;
	text-align:justify;
	color:#000000;
	background-image:url(bg2.JPG);
	background-size:100% 100%;
	background-attachment:fixed;
}
	
.bar{
	margin:0;
	padding:0;
	background-color:rgba(0,153,0,1);
	height:5px;
}


.content{
	border:solid 2px #090;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topright: 10px;
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
	padding-top:0px;
	line-height:220%;
}
