/* Import */
@import url(layout.css);
@import url(menus.css);
@import url(content.css);

/* Global */
html { min-height: 100.05%; }
body { margin: 0; padding: 0;
background-color: #e5f2fa}

body, th, td {
font: 100 12px/19px Verdana, Tahoma, Helvetica, sans-serif;
color: #634c50; }

h1 {
font: 100 16px/25px "Century Gothic", "Trebuchet MS", Verdana, Tahoma, Helvetica, sans-serif;
color: #d25065;
text-transform: uppercase;  }
h2, h3, h4, h5, h6 {
font: bold 13px/22px Verdana, Tahoma, Helvetica, sans-serif;
color: #d25065;  }

p {
margin: 0 0 10px 0; } 

hr { border: dotted #d25065 1px; height:1px; }
strong, b { font-weight: bold; }
em, i { font-style: italic; }

a, a:link, a:active {
color: #d25065;
text-decoration: underline; }
a:hover { color: #d25065;
text-decoration: none }
a:visited { color: #e58191; }

