/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	margin: 20px 0;
	padding: 0;
	background: #CECECE;
	font: normal small "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #730000;
}

h1, h2, h3 {
	color: #730000;
}

h2 {
	font-size: 1.6em;
}

h3 {
	margin: 0;
	font-size: 1em;
}

p, ul, ol, blockquote {
	margin-top: 0;
}

a:link {
	color: #730000;
}

a:hover {
	text-decoration: none;
}

a:visited {
	color: #730000;
}

img {
	border: 1px;
	border:solid;
	border-color:#cecece;
	filter: filter: progid:DXImageTransform.Microsoft.Shadow(color=373737, Direction=135, Strength=1);	
}


