/* CSS Document */
body {
    background : rgb(255,250,205);
}
.menuFont {
    font-family : Enter Sansman;
    font-size : 10pt;
    font-weight : bold;
    color : FF3300;
}
.menuLink a:link, .menuLink a:visited {
	color : FF3300;
	font-family : Enter Sansman;
  text-decoration: none;
	font-size : 10pt;
	font-weight : bold;
}

.menuLink a:hover {
	color: rgb(0,153,0);
	font-family : Enter Sansman;
	font-size : 10pt;
	font-weight : bold;
}
.normalText {
  font-family : trebuchet ms;
  font-size : 0.9em;
  color : rgb(64,64,64);
}
.linkDetil a:link, .linkDetil a:visited {
  font-family : trebuchet ms;
  font-size : 0.8em;
  color : rgb(0,153,0);
  text-decoration : none;
  font-weight:bold;
}
.linkDetil a:hover {
  color : rgb(204,0,0);
}