/* CSS Document */


/* General tags */
* {
	/*margin:0;*/ padding:0; 
}

body{
	height:100%; 
}


html {
	height:100%; 
}


img {
	border:0px;
}

p{

}

H1,H2,H3,H4,H5,H6 { 
	color: #C29049;
	font-family:"Georgia", Times, serif;
	margin-bottom:6px;
	margin-top:0px;
}

/* Header tags */
H1{
	font-size: 1.9em;
}

H2{
	font-size: 1.7em;
}

H3{
	font-size: 1.5em
}

H4{
	font-size: 1.25em
}

H5{
	font-size: 1.2em
}

H6{
	font-size: 1.1em
}

/* link tags */

A:link{
color:#FF7200;
}

A:visited{
color:#FF7200;
}

A:active{
color:#FF7200;
}

A:hover{
color:#FF7200;
}

/* tables styles */

table{
	border-collapse:collapse;
}

td{

}

tr{

}

/* list styles */

ul {

}

ol{

}

li{

}
