@charset "utf-8";

/********************************************
	Titutlo site | url
********************************************/

html {
background: #2f2f2f url(../imagens/bg.jpg) repeat-x;
height: 100%;
}

body {
font-family: Verdana, Arial, Helvetica, sans-serif;
color: #9f9d9d;
min-height: 100%;
}

*html body{
height:100%;}

.clear {
clear: both;
}

/* -- headings -- */
h1 {
font-size:11px;
color:#FFFFFF;
}

h2 {
font-size:14px;
color:#FFFFFF;
margin-bottom:10px;
}

h3 {
}

h4 {
}

h5 {
}

h6 {
}

p{
font-size: 10px;
}

/* -- links -- */
a, a:link, a:visited {
color: #9f9d9d;
text-decoration: none;
}
a:hover, a:active, a:focus {
color: #ffffff;
outline:none;
}

/* -- blockquotes -- */
blockquote {
}

