/*****m*****/
html { min-height: 100%; margin-bottom: 1px; }
html {overflow-y: scroll;}
/*html { overflow: -moz-scrollbars-vertical !important; }*/
/*****m*****/


body {
background-image: url(pics/tile.gif);
font: 13px Arial, sans-serif;
color: #000000;
}

/* FONTS */

H1 {
FONT-WEIGHT: Bold; FONT-SIZE: 24px; COLOR: #000000; font: Arial, sans-serif;
}

H2 {
FONT-WEIGHT: bold; FONT-SIZE: 18px; COLOR: #000000; font: Arial, sans-serif;
}

.blink{font-size: 20px; font-weight:bold; color:#FF0000;text-decoration:blink}
.note{font-size: 14px; font-weight:bold; color:#FF0000;text-decoration:underline}

/* LINKS */

a:link {
color: #000000;
text-decoration: none;
}

a:visited {
color: #000000;
text-decoration: none;
}

a:hover {
color:#009933;
text-decoration: underline;
}

a:active {
color: #000000;
text-decoration: none;
}

