/*
 * General CSS stylesheet for OpenCA
 * by Massimiliano Pala and OpenCA Group
 * All rights reserved
 *
*/

@import "menu-openca.css";
@import "main-openca.css";

html {
  margin: 0pt;
}

body {
  margin: 0pt;
}

a {
    text-decoration: none;
    /*color:           #ff9900; */
}

img {
    text-decoration: none;
    color:           #ffffff;
    border-width:    0;
}

