/*startfile PORTABLE GRAFFITI*/

/* zero-out defaults on all elements EXCEPT ul, ol, li */
html, body, p,
h1, h2, h3, h4, h5, h6,
form, fieldset, a {
   margin: 0;
   padding: 0;
   border: 0;
   }

/* element overrides */

html {
  /*height: 100%;*/
  overflow: scroll;
  }

body {
   /*height: 100%;*/
   /*overflow: scroll;*/
   font-family: Verdana, Arial, Helvetica, 'sans serif';
   font-size: 0.9em; /* SMALL FONT IS DEFAULT (.8) */
   height: 100%;
   background-color: #c60f2d;
   color: #322;
   line-height: 1.1em;
   }
   
.xtralargetext  {
   font-size: 1.3em;
   line-height: 1.3em;
   }

.largetext  {
   font-size: 1.2em;
   line-height: 1.2em;
   }      
   
.largertext {
   font-size: 1.1em;
   line-height: 1.2em;
   }

.normaltext  {
   font-size: .9em;
   line-height: 1.2em;
   color: #333;
   }

.smalltext  {
   font-size: .7em;
   line-height: 1.2em;
   }

.tinytext  {
   font-size: .6em;
   line-height: 1.3em;
   color: #000;
   }
   
.tinytext_rev  {
   font-size: .6em;
   line-height: 1.3em;
   color: #fff;
   }

/* defaults */

a {
   display: inline;
   }

h1 {
   color: #aa3838;
   text-align: left;
   font-family: Arial, Verdana, Helvetica, 'sans serif';
   display: inline;
   line-height: 1.1em;
   }

h2 {
   color: #7e2222;
   text-align: left;
   font-family: Arial, Verdana, Helvetica, 'sans serif';
   display: inline;
   line-height: 1.2em;   
   }

h3, h4 {
   /*color: #622;*/
   color: #322;
   text-align: left;
   line-height: 1.2em;
   font-family: Arial, Verdana, Helvetica, 'sans serif';
   display: inline;
   }

h5, h6 {
   color: #000;
   text-align: left;
   font-family: Arial, Verdana, Helvetica, 'sans serif';
   display: inline;
   }

hr  {
   width: 100%;
   height: 1px;
   color: #322;
   }
 
form {
  display: inline;
  }

/* OTHER FORM ELEMENTS HERE, such as:
input {
   font-size:
   color:
   background-color:
   border-style:
   border-width:
   border-color:
   }
*/

/* LINKS */

a {
   color: #c60f2d; text-decoration: underline;
   }

a.visited {
   color: #333333; text-decoration: none;
   }

a:hover {
   color: #ffffff; background-color: #c60f2d; text-decoration: none;
   }


a.image {
   color: #e0e4cf; text-decoration: none;
   }

a.image.visited {
   color: #e0e4cf; text-decoration: none;
   }

a.image:hover {
   color: #5f9183; text-decoration: none;
   }

/*a.footer {
   color: #1d421f; text-decoration: underline; color: #1d421f;
   }

a.footer:hover {
   color: #ffffff; background-color: #1d421f; text-decoration: none
   }  */

a.footer {
   color: #fefefe; text-decoration: underline; color: #fefefe;
   }

a.footer:hover {
   color: #c60f2d; text-decoration: none; background-color: #ffffff;
   }

a.rev {
   color: #f2b24e;
   text-decoration: none;
   }

a.rev:hover {
   text-decoration: underline;
   }
   
a.revwht {
   color: #fff;
   text-decoration: none;
   }

a.revwht:hover {
   color: #f2b24e;
   text-decoration: underline;
   }         

div#pageloaded {
   position: relative;
   margin: 20px auto 20px auto; /*CENTERS DIV WITHIN BODY*/
   width: 94%; /*REQUIRED FOR CENTERING*/
   }

div#footer {
   clear: both;
   text-align: right;
   border-top: 2px solid #fff;
   margin: 0 auto 0 auto;
   padding: 2px 10px 0 0;
   font-size: 10px;
   }

table.homepage {
   position: relative;
   width: 100%;
   margin: 0;
   padding: 0;
   border: 0;
   border-collapse: collapse;
   }

/* special classes for data dumps */   
.nbgdate {
   font-size: .8em;
   color: #8b6043;
   }
