@charset "utf-8";
/* CSS Document
D.E.D. UY - CSS v2.0
Created by Trojan Chicken for exclusive use on www.deduy.com
(c) Copyright 2010 Trojan Chicken - All rights reserved
*/

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #56412C;
	text-align: left;
	background-color: #FCEFDC;
}

h1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 24px;
	line-height: 24px;
	font-style: italic;
	text-decoration: none;
	color: #413121;
	text-align: left;

}

h2 {

	font-size: 18px;
	line-height: 18px;

}

#cp_main {
	position: relative;
	margin: 20px;

}

#cp_main a:link, a:visited, a:active {
	color: #B08A64;
	text-decoration:underline;
	font-weight: bold;
	
}

#cp_main a:hover {
	text-decoration:none;
	color: #B08A64;
}

