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

body {
	background: ;
	text-align: justify;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: small;
	color: #333333;
        margin: 40px;
}

h1 {
}

h2, h3 {
	margin-top: 0px;
}

h4, h5, h6 {
}

p, ol, ul, dl, blockquote {
margin-bottom: 1.3em;
line-height: 1.8em;
}

a {
	text-decoration: none;
	color: #C0C0C0;
        background: #0000ff;
}

a:hover {
	text-decoration: underline;
	color: #0000ff;
        background: #ffffff;
}

img {
}

img.left {
	float: left;
	margin: 0 20px 0 0;
}

img.right {
	float: right;
	margin: 0 0 0 20px;
}

