@import url(layout.css);

/**
 * pragmaMx - Web Content Management System.
 * Copyright by pragmaMx Developer Team - http://www.pragmamx.org
 * $Id: style.css,v 1.10 2009/05/30 09:39:22 tora60 Exp $
 */

a:link,
a:active,
a:visited {
   text-decoration: none;
}

a:link,
a:active,
a:visited {
   background-color: transparent;
   color: #191970;
}

a:hover {
   text-decoration: underline;
   color: #FF7F24;
}

h1,h2,h3,h4,h5,h6,.title,.option{
   background-color: transparent;
   color: #1C1C1C;
   font-size: 13px;
}

.mx-menu li .current a {
   background-color: #FFFFFF;