/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	padding: 40px 100px 40px 50px;
        background:#c0c0c0;
        line-height:1.6;

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #6C7496 ;
}


a {
	text-decoration: none;
	border-bottom: 0px solid #BFC6E3;
	color: #ffffff;
        background:#000000 ;
}

a:hover {
	border: none;
        color: #0000ff;
        background:#8FBC8F;
}
img {
	border: 0px solid ;
}

img.left {
	float: left;
	margin: 3px 15px 0 0;
}

img.right {
	float: right;
	margin: 3px 0 0 15px;
}