@charset "utf-8";

body {
  font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, sans-serif;
  color: #FFF;
  line-height: 1.2em;
  font-size: 12pt;
  background-image:url(http://downloads.artmed.com.br/public/marketing/moda/img/roxo.png);
}
/* h1 titulo
   h2 sub
*/

h1 {
  font-size: 16pt;
  color:#F0F;
  line-height:25px;
}

h2 {
  font-size: 12pt;
  color:#D700D1;
  line-height:25px;
}

h3 { 
  font-size: 12px;
  padding: 5px 5px 5px 0px;
}

h4 { 
  font-size: 11px;
  line-height: 1.0em;
}

h5 {
	font-size:10px;
	}
p {
  font-size: 12px;
  font-weight: normal;
}

/* Links 
=================================== */

ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

li {
  display: inline: /* :KLUDGE: Removes large gaps in IE/Win */
}

li a {
  display: block;
  width: 150px;
  height: 40px;
  line-height: 40px;
  color: #666;
  text-decoration: none;
  background: url(../img/botao.png) no-repeat left bottom;
  text-indent: 28px;
}

a:hover, .selected a {
  background-position: right bottom;
  color: #fff;
}
