@charset "UTF-8";

/* import local master styles - uncomment if needed */
@import url(master.css);

/* local styles mtg-root */
@media all
{

body {
  background: #CDEB8B;
}

.prj{
   border:none;
   margin-bottom:14px;
   padding:2px;
   font-size:85%;
}
.prjdate{
   border: none;
   color:#448;
   padding-right: 2px;
   padding-left:  0px;
}
.prjhead{
   border: none;
   padding:2px;
   background: #dee;
   margin-bottom:3px;
   font-weight:bold
}
#gallery {
   border:1px solid gray;
}
#pageheading {
   font-size:200%;
   margin-bottom: 10px;
}
}